首页 > 代码库 > 如何禁用浏览器自带的表单验证

如何禁用浏览器自带的表单验证

novalidate

<form action="/" novalidate>
    ...
</form>

如何禁用浏览器自带的表单验证