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

Typing jumps around

Open dinkzilla opened this issue 6 years ago • 1 comments

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.

dinkzilla avatar Apr 12 '18 19:04 dinkzilla

I am having the same issue.

kentastudillo avatar Jun 05 '18 13:06 kentastudillo