We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when you type fast in the input, the initial masked 00.0 allows to persist the zero to the left, like:
00123.45
0123.45
Depending of how fast you type numbers, 0s to the left are not totally removed.
The text was updated successfully, but these errors were encountered:
Same problem here, some news @kuriel-trivu ?
Sorry, something went wrong.
Even without an initial value the problem occurs
options={{ precision: -1, }}
Somebody?
No branches or pull requests
when you type fast in the input, the initial masked 00.0 allows to persist the zero to the left, like:
00123.45
0123.45
Depending of how fast you type numbers, 0s to the left are not totally removed.
The text was updated successfully, but these errors were encountered: