Skip to content
New issue

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

Zero is not accepted after decimal separator within numbers having more than 1 decimal places #59

Open
Safronus opened this issue Aug 4, 2021 · 4 comments

Comments

@Safronus
Copy link

Safronus commented Aug 4, 2021

If more than 1 decimal place is set for numbers, it is problem to write numbers with zero after the separator (Doesn't matter if the comma or dot is used).

Basically, it can accept values such as 50, 50.1, 50.15, 50.2, 50.23, etc no problem… BUT it, unfortunately, strips the 0 from the tenths place. So for example these following values will not work: 50.01, 50.02, 50.03, 50.04, 50.05, 50.06, 50.07, 50.08, 50.09…. and if you try to enter any of these values from my example, it would just change the value to “50”.

@shenyuanqing
Copy link

the same

@caiomendes23
Copy link

I have same issue.
How to fix this issue?

@eduardosoller
Copy link

Same here. I need numbers with zero after the separator for my app.
Anybody solved this issue?

@neon84
Copy link

neon84 commented Jun 9, 2022

Same here,
inputs like 0.1 0.2 doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants