bhrott / react-native-masked-text

A pure javascript masked text and input text component for React-Native.
MIT License
1.61k stars 249 forks source link

secureTextEntry={true} not working #211

Closed navneetgarggate6 closed 4 years ago

navneetgarggate6 commented 4 years ago

I am trying to pass react native secureTextEntry={true} TextInput props to masked field but it is not working

navneetgarggate6 commented 4 years ago

Ok, so I got to know that this is issue with the keyboard type (Android for phone-pad). I changed the type of the keyboard and its working fine

Ref: https://github.com/facebook/react-native/issues/10678