-
-
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
TextInput outlined strange inside a view #3811
Comments
Hey @Angelk90, I would suggest to pass |
@lukewalczak : It seems to work, but you have to understand why the component breaks. |
Could you please explain what is the issue on the attached snack? |
@lukewalczak : I posted the solution you proposed :) |
Sorry, but I feel confused atm, has your problem been solved or do you need more help with that issue? |
@lukewalczak : We can say that it was fixed using a trick, but the problem persists. The input field had to be small, I could fix this using Problem link with marginLeft recurring: https://snack.expo.dev/ECKkiucco It would be useful to investigate why this behavior occurs. So for the moment I would not close the question. |
I see, I will check what's the problem with the placeholder |
@lukewalczak : I did a test trying it right on the app, the problem persists I don't know why it works on snack expo, but the problem by creating an app and installing it doesn't work. |
@lukewalczak : I've created an example project in case you want to investigate further. Link: nptest |
Current behaviour
As you see from start to weird behavior you don't see placeholder text.
Which instead of in the same input field as above but not found in the view, is seen correctly.
Expected behaviour
Same behavior as the input field above.
How to reproduce?
You can also try it with android expo emulator:
https://snack.expo.dev/exQQvm0ve
Preview
Registrazione.schermo.2023-04-10.alle.11.54.24.mov
Your Environment
The text was updated successfully, but these errors were encountered: