Answer the question
In order to leave comments, you need to log in
How to convert currency to number?
I am using maskedinput yii2 widget. After saving, it does not save me, writes that the field must be a number. How to convert to number and remove all other characters?
Here is the code I am using
<?= $form->field($model, 'oplata')->widget(MaskedInput::className(), [
'clientOptions' => [
'alias' => 'decimal',
'groupSeparator' => '.',
'autoGroup' => true,
],
'options' => ['placeholder' => 'Cтоимость', 'class' => 'inputWidget-form'],
])->label(false) ?>
Answer the question
In order to leave comments, you need to log in
Please show the rule for this field from the model and the data entry format.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question