I\'m using the Jörn Zaefferer\'s jQuery autocomplete plugin which works great, except for a small bug: if a user begins typing in one field where the autocomplete is attached to
How about if the user uses the Enter-key or the TAB-key? How can I stop the plugin from setting focus in the input field then?
You got that to work as well, or only when the user used the mouse to choose from the drop down?