I have a form and I'm validating it as follows:
<input type="text" name="assunto" tabindex="5" pattern="[a-zA-Z0-9. - , ]{5,}" required>
But if you type some accented character (á, à, ã, ç) it does not validate, does it have any speci...
asked by
14.11.2014 / 16:30