0
I wear a mask Jquery thus, but fills only numbers:
$("#FormaCalculosVencimentos").mask("000,000,000");
The need arose to type letters and numbers only in the first item, of each comma, would look like this T15
or 015
, it is possible to type both letter and numbers, but only in the first.
Example:
T15,020,T20
I do not know if it was clear, I saw that in some documents accepted the *
or ?
for letter and numbers, but it didn’t work. Which character is left as letter and number?
The user has no limit, he can write as much as he prefers, but always the first, can be letter or number, and the rest only numbers.
Thus:
T05,025,032,T58 etc
me a complete example of numbers that will enter. by the Mask that Voce ta using is required the user to write 999,999,999, the 9 numbers. would be just that ?
– Bulfaitelo
present a [MCVE]
– Leandro Angelo
I edited the answer, explaining it a little better, he can type as many characters as he wants.
– Mariana
@marianac_costa the user could type as much
B12, B33, J11
asB12, B33, J11, H11, J22, K78, ...
would be this?– gato