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

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.

DmitriySpirit avatar Jan 24 '18 13:01 DmitriySpirit