Closed vanialadev closed 4 years ago
Hi, @vanialadev can you provide an example and what the version of the library are you using?
<Grid item lg={3} sm={6} xl={3} xs={12}>
<TextField
label="Nome"
name="nome"
variant="outlined"
type="text"
error
InputLabelProps={{
shrink: true,
}}
/>
</Grid>
<Grid item lg={3} sm={6} xl={3} xs={12}>
<TextField
label="CPF"
name="cpf"
variant="outlined"
type="text"
error
placeholder="CPFF"
InputLabelProps={{
shrink: true,
}}
/>
</Grid>
The label should`ve appear at the top because I forced it up at the code, but it doesn't happen
The label was supposed to go to the top when I click at the box, but it only goes up when I start to type
version: "unform-material-ui": "^1.0.1",
I also have this problem, any solution?
@eliton-algoll Yes, I resolved this problem, but I doing tests to ensure the quality of code. I will send a new version in this week :wink:
The of the component is not shrinking when the component onFocus.
InputLabelProps={{ shrink: true, }}
dont work