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

Fix behavior of the cursor after increment/decrement the value

Open DmitriySpirit opened this issue 7 years ago • 0 comments

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.

DmitriySpirit avatar Jan 24 '18 13:01 DmitriySpirit