2 respostas
Hi Alexandra,You can use the pattern attribute along with a regular expression to validate the input format. You can try something like below:
<lightning:input label="Your Input" pattern="[A-Za-z0-9]{3}\.[A-Za-z0-9]{2}-[A-Za-z0-9]{2}" />
If this information helps, please mark the answer as best. Thank you