react-numeric-input
react-numeric-input copied to clipboard
Fix behavior of the cursor after increment/decrement the value
According to the default behavior of input element with type number when the cursor always moves right after increment/decrement, I have made some little changes to the code and add the test for this.