Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Good evening.
Specify "*" in the widget settings, which allows you to enter both letters and numbers. Also specify the placeholder value
echo $form->field($model, 'phone')->widget(MaskedInput::class, [
'mask' => ['****-****-****-****'],
'options' => [
'placeholder' => 'AAAA-AAAA-AAAA-AAAA'
]
]);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question