How are things going in times of pandemic? It's crazy here, we're all home, if you go out. I took the opportunity to take a look at the codes, I came across the data entries as follows:
{{Form :: label ('zip', 'ZIP')}}
{{Form :: text ('zip', null, ['class' => 'form-control', 'placeholder' => App \ Traits \ Language ::
getMessage ('messages.InputText')])}}
This type of input does not provide an option for a data entry mask, a good example is ZIPCODE, which here has the format 99.999-999. How could we do to modify these INPUT by placing a fixed mask?
Dear Kamil,
How are things going in times of pandemic? It's crazy here, we're all home, if you go out. I took the opportunity to take a look at the codes, I came across the data entries as follows:
This type of input does not provide an option for a data entry mask, a good example is ZIPCODE, which here has the format 99.999-999. How could we do to modify these INPUT by placing a fixed mask?