insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
730 stars 197 forks source link

Wrong Caret Position when using Android #126

Open peterrank opened 6 years ago

peterrank commented 6 years ago

Open the demo-page http://insin.github.io/react-maskedinput/ on an Android-Device Place the caret to the first position in Card-Number example. Press 4 times "1". Everything is okay, the caret is after the last "1". Press "1" once more. The caret now is right in front of the last "1".

Tested with Samsung S7, Android 7.0, Chrome 66.0.3359.158 and Samsung Internet 6.4.10.5.

lukashambsch commented 5 years ago

I'm seeing this same issue. Does anyone have any ideas on how to fix it?

fabioginzel commented 4 years ago

+1