Chrome ignores autocomplete=“off”

后端 未结 30 1508
礼貌的吻别
礼貌的吻别 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 00:57

    I've solved the endless fight with Google Chrome with the use of random characters. When you always render autocomplete with random string, it will never remember anything.

    
    

    Hope that it will help to other people.

提交回复
热议问题