Posts by Joelton Maia • 11 points
1 post
-
1
votes3
answers1617
viewsA: Mascara in Laravel form field
Solution: One way to solve is to use the library jquery.Mask for the masks of your fields. Example of use: jQuery(function ($) { $("#comp_nota").mask("99/9999"); });…