I'm trying to implement a mask that receives two types of license plates, I tried to add another pattern but I didn't get the result I wanted, when removing the mask the placeholder disappears
I solved the problem, removed the mask and mask Char properties and just changed the pattern to:
pattern: /^([a-zA-Z]{3}[0-9][0-9a-zA-Z]{1}[0-9]{2})$/,
I'm trying to implement a mask that receives two types of license plates, I tried to add another pattern but I didn't get the result I wanted, when removing the mask the placeholder disappears