autocomplete IE7 ie8 problem with multiple selects
In the demo page, the multiple bird example does not work with internet explorer. The first selection works great, but the 2nd thru the last, returns the text string typed instead of the selected item. The selected item shown at the bottom of the page is correct. For example, if for the 2nd item you type 'b" and select "Great Bittern" then "b," is shown in the text box instead of "Great Bittern,".
The sample works great using firefox.
After looking at the issue a bit more, if you use the <enter> key to select an item from the list, then it works using internet explorer, but if you use to the mouse and click on an item in the list it fails.