xamous / react-native-smooth-pincode-input

A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.
MIT License
395 stars 137 forks source link

Typing fast places text into the wrong position #91

Open rbjamaca opened 2 years ago

rbjamaca commented 2 years ago

When typing really fast, the text gets into the wrong order and back button won't work after the 2nd digit

https://user-images.githubusercontent.com/58159983/175190274-20379971-32e0-48cf-867a-34d3af752eb3.MOV

thanhnn-bap-jp commented 2 years ago

Remove TextInput selection props fix this issue.

Screenshot 2022-07-20 at 08 54 20
eugali commented 1 year ago

it does not for me unfortunately (I don't use selection at all)

tai8292 commented 1 year ago

Should we have a PR for this issue?