You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We want to copy
100
into currency input - it becomes1.00
,100.00
becomes100.00
, wrong behaviour. We need to protect user from removing.
in another way. Currency input should use manualonKey*
andonPaste
events instead of justonChange
.The text was updated successfully, but these errors were encountered: