-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
How to change Textinput placeholder and text color in version 5.0.1 #3526
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
Hey @harshps08, for changing the placeholder color you can override
|
Thank you I have been looking for this answer forever! |
@lukewalczak Its not possible to override it using |
textColor prop is removed or some thing ?? is there any other way |
How to change the text size? |
@Stefan98167 |
Thank you, I will look into it. |
I have tried to implement react native paper textinput in outlined mode, I want to change the color of placeholder and also the text value after input , but I am unable to do so
I have attached the snack link below
(first text input placeholder color and text value)
https://snack.expo.dev/uEaFRaaIl
"react-native-paper":5.0.1,
"react-native": 0.67,
I have mutltiple options like making changes in theme , but nothing seems to work.
The text was updated successfully, but these errors were encountered: