react-numeric-input
react-numeric-input copied to clipboard
Fix behavior of the cursor after increment/decrement the value
By the default behavior of input element with type number when the cursor always moves right after increment/decrement, but cursor position always saves before rerendering for now. It is not expected.
Here is pull request with the fix #78.