react-currency-input
react-currency-input copied to clipboard
Typing jumps around
Typing in the input field seems to alternate as I type between the front and the end of the input.
If I type "123456789" into a box with a value of "$0" in it without moving my cursor or hitting any other buttons, the displayed value is "$9,876,543,102".
If I delete the value completely and then type the same string I get "$987,654,213" (entering into a completely empty input box).
Obviously I have a prefix of '$' and a precision of '0' in this example. The issue arises even without either of those though.
Component is essentially unusable in this state.
I am having the same issue.