cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
thomas 2021-03-26T10:00:35.008400Z

Hi, I have a TextInput with the secureTextEntry set to true:

thomas 2021-03-26T10:00:51.008700Z

<TextInput
              secureTextEntry={true}
              onChangeText={(text) => updatePassword(text)} />

thomas 2021-03-26T10:01:23.009400Z

yet the text shows up as normal... not as dots... any idea what could be causing this?

thomas 2021-03-26T10:01:52.010Z

and it just one box where this doesn't work... I have 2 other where it does work.

thomas 2021-03-26T10:02:32.010800Z

(and yes this is a JS app... but this is the only place where I know there are some RN developers.... Thanks in Advance.

raspasov 2021-03-26T10:40:38.011100Z

@thomas iOS or Android?

thomas 2021-03-26T10:40:52.011400Z

Android only

raspasov 2021-03-26T10:41:12.011900Z

Sorry, can’t help there; don’t focus on Android atm;

thomas 2021-03-26T10:41:29.012500Z

thank you any way

👌 1
raspasov 2021-03-26T10:41:29.012600Z

Perhaps something OS-specific with ReactNative (just a guess)

thomas 2021-03-26T10:42:11.013100Z

yes, maybe. who knows.

raspasov 2021-03-26T10:43:17.013900Z

Some suggestions there

thomas 2021-03-26T10:46:00.014400Z

done all that and it doesn't make any difference.

2