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

Problems with copy paste values

Open andrew-aladev opened this issue 4 years ago • 0 comments

We want to copy 100 into currency input - it becomes 1.00, 100.00 becomes 100.00, wrong behaviour. We need to protect user from removing . in another way. Currency input should use manual onKey* and onPaste events instead of just onChange.

andrew-aladev avatar Dec 13 '19 13:12 andrew-aladev