Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 141 Bytes

disable-html5-form-validation.md

File metadata and controls

6 lines (4 loc) · 141 Bytes

Disable HTML5 form validation

Add the attribute novalidate to the <form> element

Very handy for testing!