Skip to content

completionStatus input[type="number"] can have some unformatted values even when validattion is being done #23

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

Open
ar5had opened this issue Jul 28, 2017 · 1 comment

Comments

@ar5had
Copy link
Owner

ar5had commented Jul 28, 2017

Try entering 001 , 001. , 0.1 etc and try removing all nos (in this case input should have 0 as value).

@ar5had
Copy link
Owner Author

ar5had commented Jul 28, 2017

Probblem is input[type="number"] doesn't take entering . as a change and it also acts weirdly when 001 like nos are inputted. Despite redux state was 1 in this case but the input still had 001.

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

1 participant