4

I have an TextInput with secureTextEntry set as true. When I do the following steps this input unnecessarily clear all it's content:

  1. Type something in the TextInput
  2. Make any action to lose focus (as example Keyboard.dismiss())
  3. Tap TextInput again and type something
  4. Previously entered text immediately clear and you start typing in an empty field

Is there a way to disable this strange behaviour and allow user continue typing the password from a point he stopped?

0 Answers0