plentz / jquery-maskmoney

jQuery plugin to mask data entry in the input text in the form of money (currency).
https://plentz.github.io/jquery-maskmoney/
MIT License
964 stars 505 forks source link

Decimal Precision 2 always return add zero after number #255

Open adyoi opened 6 years ago

adyoi commented 6 years ago

when i'am typing 1(dot)00 but result 10.00

my options :

'pluginOptions' => [ //'suffix' => "", 'decimal' => '.', 'precision' => 2, ]