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
When I use it as a method, it works fine
$.number(1234.56, 2) => 1234.56
However, when I use it with an input, it doesn't allow me to set second decimals:
$("#my-input").number(true, 2)
And as soon as I type the second decimal, it converts it it to 0
1234.56 => 1234.50 222.17 => 222.10
The text was updated successfully, but these errors were encountered:
@arielscherman Hello, I have the same issue. Any solution?
Thanks.
Sorry, something went wrong.
any feedback for this issue ?? im getting the same issue and as it's invoice system we can not play with rounding numbers
for me 123456.789 this will be 123456.79
No branches or pull requests
When I use it as a method, it works fine
However, when I use it with an input, it doesn't allow me to set second decimals:
And as soon as I type the second decimal, it converts it it to 0
The text was updated successfully, but these errors were encountered: