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

Web: Text cursor goes to the end after editing the middle of an input #264

Open markstreich opened 2 years ago

markstreich commented 2 years ago

example: https://snack.expo.dev/rpX69xnH4

If (for example) you made a typo, and want to change "B" (in the example above), after hitting backspace, the caret goes to the end of the input

mask

Only seems to be an issue on web

chloe-schoreisz commented 2 years ago

Having the same issue here, I'm using react-hook-form to handle the state. I am able to reproduce using a state hook. Any solution ?

MCervenka commented 2 years ago

I am having this problem on android.