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
UPDATE
It seems now Chrome ignores the style="display: none;" or style="visibility: hidden; attributes.
style="display: none;"
style="visibility: hidden;
You can change it to something like:
In my experience, Chrome only autocompletes the first and the previous . So I've added:
To the top of the and the case was resolved.