Autocomplete 1.1 (from Jorn Zaefferer) issue in IE8 - selected value disappears
I am using Jorn's autocomplete, and it works flawlessly in Firefox 3.6.3. In IE8, however, once I've selected a value from the autocomplete list, it vanishes from the text field I'm selecting it for. Now, it is actually maintained by the page (this is a search page, and once I click the search button, it is correctly performing the search with the value I chose). Also, if I mouseover the text field, the value appears and stays. But, if I tab or click into the field, it only stays as long that field has focus.
In short, it appears that it is not actually updating the value in the DOM.
Also, I just noticed that if I tab to another page and then back to the IE window, the value disappears again; it can still be resurrected by mousing over.
Thoughts?