vue-autoNumeric
vue-autoNumeric copied to clipboard
Android cursor issue
Android: A cursor is moved behind the next digit if remove a digit inside a number, e.g. enter 1234, remove a digit 2. A cursor becomes behind 3.
Reproduced on the android 8.1.0, (also on 9). chrome 71.0.3578.99.
I would say from the looks of it that the issue is related to AutoNumeric rather than vue-autonumeric.
Android support has always been tricky, some mobile browsers not supporting the keypress
event (while not exposing the composition*
events as expected too).
I'm a bit swamped for the last few months, so I'll try my best but it could take time before I work on this.
i have similar problem on Safari. When i want to write 12345
i get sometimes 54321
or 51234