5
I have a form and am validating as follows:
<input type="text" name="assunto" tabindex="5" pattern="[a-zA-Z0-9. - , ]{5,}" required>
But if I type in some accented character (á, à, ã, ç) it does not validate, it has some specific character that allows typing this character type?
changes the encooding
– Joannis