-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Android] TextInput placeholder font family is incorrect when secureTextEntry={true} #6149
Comments
I'm seeing the same issue. |
got the same issue. |
I also have the same issue |
Same issue on all Android versions I tested |
I did find this:
Here: http://developer.android.com/guide/topics/ui/dialogs.html#CustomLayout but I'm not sure how to go about fixing it.. @christopherdro |
@Raz0rwire In native android the default behaviour is as you describe, but setting the font family works to override the default. What seems to be happening here is that the override is not being applied. |
Related: #4435 |
It will be fixed by PR #6564. |
@facebook-github-bot close |
@charpeni tells me to close this issue. If you think it should still be opened let us know why. |
RN 20.0 (Android only)
When I use
secureTextEntry={true}
for TextInput, the font-family for placeholder is always default:The text was updated successfully, but these errors were encountered: