Hi, I have a TextInput
with the secureTextEntry
set to true:
<TextInput
secureTextEntry={true}
onChangeText={(text) => updatePassword(text)} />
yet the text shows up as normal... not as dots... any idea what could be causing this?
and it just one box where this doesn't work... I have 2 other where it does work.
(and yes this is a JS app... but this is the only place where I know there are some RN developers.... Thanks in Advance.
@thomas iOS or Android?
Android only
Sorry, can’t help there; don’t focus on Android atm;
thank you any way
Perhaps something OS-specific with ReactNative (just a guess)
yes, maybe. who knows.
Perhaps https://stackoverflow.com/questions/54684814/react-native-securetextentry-not-working-on-android
Some suggestions there
done all that and it doesn't make any difference.