kartik-v / yii2-money

An advanced money mask input for Yii 2.0 styled for Bootstrap 3
http://demos.krajee.com/money
Other
27 stars 21 forks source link

MaskMoney repeating values #36

Closed thiagomoraesp closed 5 years ago

thiagomoraesp commented 5 years ago

Hi, im having a issue with the mask money plugin, the displayed value is ok, but when i save i got the two last numbers duplicade, for example:

On the form: 123,45 On the post: 12345,45

here is my implementation of the maskmoney:

https://pastebin.com/j0dj1ydZ

Thanks :)

thiagomoraesp commented 5 years ago

Another info, when the value have thousand separator, (greater than 1000) the problem doesn't occour.

kartik-v commented 5 years ago

Suggest to use the yii2-number extension which has replaced yii2-money. The yii2-number extension is better and simpler to use and does not have problems which the maskmoney plugin has.