-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[iOS Only] mutline Textinput label is cover by text #2799
Comments
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. |
Hey @KrifaYounes - I was trying to reproduce this and I noticed that this only happens when there is a fixed height of the input (as you did in the snack). Is that a valid material design scenario? If you just swap In the examples I see here , multiline inputs are growing with the length of the content. |
Hi @nicholascm , |
Got it - and to be clear I'm not a maintainer or anything - just was trying to find a way to contribute to an open issue bug fix and wanted to be sure it was intended to be used that way before trying to fix it...I did see the exact behavior you mentioned on my iOS device, so it is definitely able to be reproduced. |
Any update on this? This is a valid material design scenario. See the "Text area" part: Same thing also happened when I set the |
Hi, I've created a PR fixing it. You can try to install |
it's working perfectly |
here's a snack to reproduce the issue
https://snack.expo.io/@aknad/textinput
Only on iOS
It's ok on Android
latest version react-native-paper and react-native
The text was updated successfully, but these errors were encountered: