novalidate
属性是一个布尔属性。
当存在时,它指定表单数据(输入)在提交时不应该被验证。
novalidate
属性可用于以下元素:
元素 Element | 属性 Attribute |
---|---|
<form> | novalidate |
指示表单在提交时不被验证:
<form action="/action_page.php" novalidate> E-mail: <input type="email" name="user_email"> <input type="submit"> </form>
表中的数字指定了完全支持该属性的第一个浏览器版本。
属性 Attribute | |||||
---|---|---|---|---|---|
novalidate | 10.0 | 10.0 | 4.0 | ❌ 不支持 | 10.6 |