kamgrzeski / SoftCRM

B2B CRM System in Laravel 11 with PHP 8.2
MIT License
117 stars 58 forks source link

Change button 'Edit' and 'More information' to icons #5

Closed kamgrzeski closed 2 weeks ago

wesleynobrega commented 4 years ago

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:

{{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?

kamgrzeski commented 4 years ago

@WesleyNobrega thank for info.

Thank you even more for asking about pandemic - i'am good. :)

I think we need to create laravel form request to validate given ZIP. I will add them in next update.

Thanks