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
I've been kind enough to look at the code for you, uncomment this line:
// TODO provide option to avoid setting focus again after selection? useful for cleanup-on-focus input.focus();
In jquery.autocomplete.js line 583.
jquery.autocomplete.js
583