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
For an input element,
<input id="dollar-amount" type="text" name="dollar-amount" inputmode="numeric" pattern="^(?=.*\d)\d*(\.\d{1,2})?$" placeholder="0.00" digitOnly decimal="true" />
If enter 1.35, select all, then enter .25. The input box will have value 25, which is not correct.
The text was updated successfully, but these errors were encountered:
fix keyboard decimal point counts
423ed7a
related to #39
961b057
Release v1.9.0
7daeecd
fix #39 by cherry-picking #40 v1.9.0 is compatible for projects using Angular versions 6-9
129cde8
No branches or pull requests
For an input element,
If enter 1.35, select all, then enter .25. The input box will have value 25, which is not correct.
The text was updated successfully, but these errors were encountered: