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
Change input type attribute to type="search".
type="search"
Google doesn't apply auto-fill to inputs with a type of search.