Skip to content

Instantly share code, notes, and snippets.

@scrubmx
scrubmx / HTML5Validation.html
Last active July 6, 2024 15:40
Change the language of error message for html5 required fields.
/*
|-----------------------------------------------------------------------
| With HTML
|-----------------------------------------------------------------------
*/
<input
type="number"
id="userProvidedHeight"
min="211"