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

Typing numbers with custom format gives incorrect results

Open nelyuska opened this issue 7 years ago • 0 comments

On this component, when typing 123456789, you get numbers out of order. $ 123,568,974 Looks like the cursor is not moving accordingly after applying a custom format.

On this other component, when typing 123456789, you get exactly that, with the specified format. $ 123,456,789 http://react-component.github.io/input-number/examples/formatter.html

nelyuska avatar Sep 13 '18 19:09 nelyuska