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 user enter the value "1.2003" first and then tries to delete the last number (3) the lib automatically removes zeros.
Expected: "1.2003" -> "1.200"
Received: "1.2003" -> "1.2"
Environment:
OS: macOS
Browser: chrome
Version: any
IMask version: "imask": "^7.6.1"
Framework/plugin version if used: "react-imask": "^7.6.1"
Additional context
Are there a way to disable this feature?
The text was updated successfully, but these errors were encountered:
To Reproduce
Having mask like this:
When user enter the value "1.2003" first and then tries to delete the last number (3) the lib automatically removes zeros.
Expected: "1.2003" -> "1.200"
Received: "1.2003" -> "1.2"
Environment:
"imask": "^7.6.1"
"react-imask": "^7.6.1"
Additional context
Are there a way to disable this feature?
The text was updated successfully, but these errors were encountered: