TextInput font family incorrect after switching secureTextEntry
off
#5710
Labels
Resolution: Locked
This issue was locked by the bot.
secureTextEntry
off
#5710
RN 0.19 on iOS.
I am implementing a component that allows user to see their password in plain text by pressing a button:
I would expect the font of the text input to be as defined by the style sheet
Instead, the font family of the characters is a default serif font:
I am able to work around this by forcing the
TextInput
to re-render by setting a newkey
prop, but this causes the input to lose focus and keyboard to withdraw.The text was updated successfully, but these errors were encountered: