Disable form validation in browser

后端 未结 5 2338
Happy的楠姐
Happy的楠姐 2021-02-12 23:53

I\'m coding on a website with forms and use HTML5 validation - no rocket science so far. Everything works fine for me in Google Chrome, but I want to get sure that even a IE 6 u

5条回答
  •  独厮守ぢ
    2021-02-13 00:21

    It now requires novalidate="novalidate" as below:

    Just novalidate no longer works, and Chrome displays "Please fill out this field"

提交回复
热议问题