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?
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?