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

"German Amount" bug #30

Closed knightmr closed 6 years ago

knightmr commented 7 years ago

I can't change the value without defining a suffix.

My params: 'maskMoneyOptions' => [ 'prefix' => '', 'suffix' => '', 'affixesStay' => false, 'thousands' => '.', 'decimal' => ',', 'precision' => 2, 'allowZero' => true, 'allowNegative' => false, ]

iluxaar commented 7 years ago

Not working value > 9999, then prefix = ''. How use without prefix?

kartik-v commented 6 years ago

The new yii2-number extension has been released and is now a replacement for the yii2-money extension. Recommend to head over to use that extension. Related #2, #32, #33.