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
If you have a locale that has thousand separators for numbers, then enter a number like 1337, it will be formatted as 1,337 on blur. Then if you try to hit Backspace on 1, nothing will happen because ,337 is not a valid number
🤔 Expected Behavior?
It should allow erasing the 1 and strip the thousand separator itself
😯 Current Behavior
It doesn't allow erasing the 1, you have to move the cursor and erase the comma first
💁 Possible Solution
Strip the grouping separators automatically or have a way to have them always removed during editing