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 run
{{number-input class="form-control" unmaskedValue=vehicleService.cost group=true groupSize=3 separator="," decimal=false radix="."}}
I get the following error when I hit the backspace key:
Uncaught TypeError: Cannot read property 'radixPoint' of undefined a.extend.numeric.canClearPosition @ jquery.inputmask.bundle.min.js:11o @ jquery.inputmask.bundle.min.js:8R @ jquery.inputmask.bundle.min.js:9S @ jquery.inputmask.bundle.min.js:9a.each.a.each.b.handler @ jquery.inputmask.bundle.min.js:8jQuery.event.dispatch @ jquery.js:4670jQuery.event.add.elemData.handle @ jquery.js:4338
The text was updated successfully, but these errors were encountered:
Backspacing with a radix symbol defined doesn't throw an error on one-way-number-mask now, best I can tell.
one-way-number-mask
Sorry, something went wrong.
No branches or pull requests
When I run
I get the following error when I hit the backspace key:
The text was updated successfully, but these errors were encountered: