I'm getting a data that would be the first three digits alphabetic characters and the other 4 numeric (A vehicle license plate).
I saw in a site that to receive only letters in Jquey Mask, just use the "A"
Example:
$('.placa').mask('AAA-0000');
But using this example, the user can insert numbers before the hyphen without any problems ...
Does anyone know how I can solve this?