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
Hello! I use the inputmask with react and the "numeric" mask. I noticed that if you enter only the numbers after the comma, and then delete them using the "backspace" key, then onKeyDown and onChange with this key and value are not called. Because of this, I have a defective behavior with a controlled input where value is set to state.
Add a link to a codepen, jsfiddle or other example page which shows the problem codesandbox
OS: macos 12.5.1
Browser: arc
Inputmask version: 5.0.8
The text was updated successfully, but these errors were encountered:
Hello! I use the inputmask with react and the "numeric" mask. I noticed that if you enter only the numbers after the comma, and then delete them using the "backspace" key, then onKeyDown and onChange with this key and value are not called. Because of this, I have a defective behavior with a controlled input where value is set to state.
codesandbox
The text was updated successfully, but these errors were encountered: