Good evening, all right?
I can not find a way to include a validation mask with Laravel's Form Collective. Here's the snippet of code with a field:
{{Form::label('comp_nota','Competência')}}
{{Form::text('comp_nota','',['class'=>'form-control','required','placeholder'=>'Ex: 08/2018'])}}
I need to enter the field by typing the field in the middle of the field. ex: 02/2018.
That is, the user only types 022018.
What can I use galley?