react-numeric-input
react-numeric-input copied to clipboard
Formatting moves cursor to front of number
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.
This is probably the same as https://github.com/vlad-ignatov/react-numeric-input/issues/96