What would cause Chrome autofill to stop working?

后端 未结 6 1474
既然无缘
既然无缘 2021-01-04 09:02

I\'ve got a new site we\'re working that uses HTML5. Everything validates except for the LESS stylesheets and the Facebook tags. However, Chrome will not autofill properly.

6条回答
  •  天命终不由人
    2021-01-04 09:56

    It seems that Chrome only enables the autofill for forms with a POST method. This may have been a security update on a recent version.

    Autofill will work if you do:

    It won't work if you omit the method or it's set to get:

提交回复
热议问题