Fork me on GitHub
#cljsrn
<
2021-03-26
>
thomas10:03:35

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

thomas10:03:51

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

thomas10:03:23

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

thomas10:03:52

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

thomas10:03:32

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

raspasov10:03:38

@thomas iOS or Android?

thomas10:03:52

Android only

raspasov10:03:12

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

thomas10:03:29

thank you any way

👌 3
raspasov10:03:29

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

thomas10:03:11

yes, maybe. who knows.

raspasov10:03:17

Some suggestions there

thomas10:03:00

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

6