1
I am receiving a data that would be the first three digits alphabetic characters and the other 4 numeric (A vehicle plate).
I saw on 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 enter numbers before the hyphen without any problems...
Does anyone know how I can fix this?