Closed knightmr closed 6 years ago
Not working value > 9999, then prefix = ''. How use without prefix?
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.
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, ]