-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Material UI Field disappearing #90
Comments
@patrickjmeurer I have the same problem. Did you manage to solve it? |
No, sorry :/ I'm still waiting for help on this. |
Hey guys, I’m going to work on this bug this weekend, I promise 🥹. (é noiz) |
Thank you Eduardo. (tamo junto) |
Thanks so much, @eduardoborges. (valeu demais xD ) |
@eduardoborges Do you have a news? |
@eduardoborges Submitted the PR #95 to solve this problem with a simple verification, something temporary, but solves the problem. Mui TextInput generated HTML: <div class="MuiFormControl-root MuiTextField-root css-1u3bzj6-MuiFormControl-root-MuiTextField-root">
<label class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-sizeMedium MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-sizeMedium MuiInputLabel-outlined css-1pqivtv-MuiFormLabel-root-MuiInputLabel-root" data-shrink="false" for=":r1:" id=":r1:-label">CPF:</label>
<div class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl css-19bjxwv-MuiInputBase-root-MuiOutlinedInput-root">
<input aria-invalid="false" id=":r1:" name="socialNumber" type="text" class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input" value="" inputmode="text">
<fieldset aria-hidden="true" class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline">
<legend class="css-yjsfm1"><span>CPF:</span></legend>
</fieldset>
</div>
</div> |
Hello guys! I'm using the MaterialUI Lib, with React Hook Form and FormMask, but my input is disappearing. This is how i'm using it:
Form page:
TextField component:
The result is the "Nome" field normaly, but the "price" field is gone :/
I'm doing something wrong? Didn't work with any other type of mask. Thanks for any help!
The text was updated successfully, but these errors were encountered: