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
<input type="number" step=".01" min={1} max={9999} defaultValue={ 1.00 } />
the input Unable to enter a decimal
The text was updated successfully, but these errors were encountered:
Can you please elaborate the issue ? I am able to enter decimals in the input.
https://codepen.io/bhargav175/pen/oLRdJp
Sorry, something went wrong.
@bhargav175 on the codepen, when you type 1.0 it adds the '1' then the cursor shifts to the beginning of the input such that i end up typing '0.1'.
Thanks for reporting! It should be a duplicate of #7253.
Yup, looks like the same core issue and there's a bunch of discussion over there. Let's close this.
No branches or pull requests
<input type="number" step=".01" min={1} max={9999} defaultValue={ 1.00 } />
The text was updated successfully, but these errors were encountered: