What would cause Chrome autofill to stop working?

后端 未结 6 1466
既然无缘
既然无缘 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:38

    The only way I know of in HTML to block it is setting: autocomplete="off" on the inputs.

    I know drop downs don't work sometimes with autofill, but not text boxes.

提交回复
热议问题