react-numeric-input icon indicating copy to clipboard operation
react-numeric-input copied to clipboard

Formatting moves cursor to front of number

Open willbee28 opened this issue 6 years ago • 1 comments

I am trying to add a leading 0 to my numeric input to display a time such as 05, but after the 5 is typed, the cursor moves to before the 5. So when trying to type 15, it turns out as 51. Is there a way to stop the cursor from moving? Thanks.

willbee28 avatar Dec 28 '18 18:12 willbee28

This is probably the same as https://github.com/vlad-ignatov/react-numeric-input/issues/96

simonv3 avatar Oct 14 '19 20:10 simonv3