I am using a jQuery Autocomplete widget on a text input to replace a select drop down list. The suggest drop down opens up when a user clicks into the textbox. My solution w
Using IE8 and jsfiddle, there is a script error on the textEquals in the change function. Removing the change function, fixes the issue.
Just threw this into jsFiddle, here is the link.
http://jsfiddle.net/BDd9H/
Also, updated the textbox width so the text did not jump.