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
autocomplete=off is largely ignored in modern browsers - primarily due to password managers etc.
autocomplete=off
You can try adding this autocomplete="new-password" it's not fully supported by all browsers, but it works on some
autocomplete="new-password"