An invalid form control with name='' is not focusable. WITHOUT ANY REQUIRED OR HIDDEN INPUTS

后端 未结 8 930
一整个雨季
一整个雨季 2020-12-11 01:40

I\'m facing the well known Chrome\'s \"not-focusable-input\" error but my situation is different from the explained in the other post I could find there.

I have thi

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-11 02:24

    i had this issue once. to fix it, add

    novalidate
    

    as an attribute to the form. e.g

    ....

提交回复
热议问题