Chrome ignores autocomplete=“off”

后端 未结 30 1500
礼貌的吻别
礼貌的吻别 2020-11-22 00:42

I\'ve created a web application which uses a tagbox drop down. This works great in all browsers except Chrome browser (Version 21.0.1180.89).

Despite both the

30条回答
  •  温柔的废话
    2020-11-22 01:03

    to anyone looking for a solution to this, I finally figure it out.

    Chrome only obey's the autocomplete="off" if the page is a HTML5 page (I was using XHTML).

    I converted my page to HTML5 and the problem went away (facepalm).

提交回复
热议问题