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

isValidDecimalInput checks 0 as incorrect #99

Closed
michiim opened this issue Mar 9, 2023 · 2 comments
Closed

isValidDecimalInput checks 0 as incorrect #99

michiim opened this issue Mar 9, 2023 · 2 comments

Comments

@michiim
Copy link

michiim commented Mar 9, 2023

0 should be a valid decimal

problematic code:
if (!v) return false;

@chrishoermann
Copy link
Owner

@michiim that's right. thanks for the hint.

chrishoermann added a commit that referenced this issue Mar 10, 2023
@chrishoermann
Copy link
Owner

@michiim this should be fixed in latest release

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

2 participants