react-numeric-input
react-numeric-input copied to clipboard
Typing numbers with custom format gives incorrect results
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