Chrome ignores autocomplete=“off”

后端 未结 30 1512
礼貌的吻别
礼貌的吻别 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:19

    I am posting this answer to bring an updated solution to this problem. I am currently using Chrome 49 and no given answer work for this one. I am also looking for a solution working with other browsers and previous versions.

    Put this code on the beginning of your form

    Then, for your real password field, use

    
    

    Comment this answer if this is no longer working or if you get an issue with another browser or version.

    Approved on:

    • Chrome : 49
    • Firefox : 44, 45
    • Edge : 25
    • Internet Explorer : 11

提交回复
热议问题