-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Is it possibele to have negative numbers formatted ? #436
Comments
Have you managed to sort this out ? |
+1 |
I have negative money input for example, when I need balance sums of companies. These are not always positive |
jQuery Mask has only a few aspects of currency. If you need things like fixed default value or negative values or + sign our - in front of your numbers I recommend you to use a plugin that focus on solving those issues. I do not intend to implement all possibilities on currency problems on that plugin as the main intent of jQuery Mask is to remain generic. Use this one for example: https://github.com/plentz/jquery-maskmoney |
Related #295 |
If you get this far and still want to try something else you may like this thread: |
Hallo sorry for my (maybe) stubid question.
I use masks like '000.000.000.000.000' or '000.000.000.000.000,00', these work justs fine but I don't know how to add the possibility to have an optional minus infront of the numbers. Is that possible?
Thank you
The text was updated successfully, but these errors were encountered: