You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I want the user can insert decimal with 1 precision or 0 precision or 2 precision
for example, when user want to insert 1500, he should insert 1500,00 for the mask work
I don't want to oblige user typing ,00
also I use the same input for the update when it contains a value for example 1500 without,00
it transforms to 15,00 when opening modal
any ideas?
The text was updated successfully, but these errors were encountered:
Hello,
I am using jquery-maskmoney for adding a thousand separators for decimal
I used this configuration
but I want the user can insert decimal with 1 precision or 0 precision or 2 precision
for example, when user want to insert 1500, he should insert 1500,00 for the mask work
I don't want to oblige user typing ,00
also I use the same input for the update when it contains a value for example 1500 without,00
it transforms to 15,00 when opening modal
any ideas?
The text was updated successfully, but these errors were encountered: