-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Label is hidden when a multiline TextInput is focused on iOS #4482
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
Comments
Facing the same issue only with flat mode, while working fine with outlined mode |
@ericpoulinnz if you comment the style for background. |
@saadi-ninjasCode Yeah obviously not the solution, just illustrating where the issue is happening in the code as far as I can see. Seems like a z-index issue or something. |
Current behaviour
When focusing into a TextInput (at least when mode='flat'), the label disappears. It shows up normally when multiline=false, and this is only a problem on iOS.
Expected behaviour
For the label to be scaled down and shown as usual.
Preview
What have you tried so far?
I've traced the problem down to this code in
TextInputFlat.tsx
, commenting it out solves the problem.Your Environment
The text was updated successfully, but these errors were encountered: