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
When typing, everything works correctly. When I get to the end, the zero disappears, everything is fine so far.
But if I press backspace, the last number is erased correctly, the zero at the beginning reappears correctly. But the problem is that the cursor goes one number to the left.
I'm using this mask:
mask: ["099 999", "999 999"]
When typing, everything works correctly. When I get to the end, the zero disappears, everything is fine so far.
But if I press backspace, the last number is erased correctly, the zero at the beginning reappears correctly. But the problem is that the cursor goes one number to the left.
https://codesandbox.io/p/devbox/9gwy5w
The text was updated successfully, but these errors were encountered: