I am using the jQuery autocomplete and not UI autocomplete. with option multi = true. However when I select the first option with enter key, the focus is lot from the input control. Even the demo page (http://jquery.bassistance.de/autocomplete/demo/ [try typing in Multiple Cities (local)]) has a lost focus. Any help to keep the focus in same control to allow inputting more values.
Share
May seem out of context, but believe me, this is what you really need.
Jörn Zaefferer’s jQuery AutoComplete was a wonderful plugin for autocomplete(Read this).
But its now deprecated and so, it would be very hard to maintain that for any project for the latest versions of jQuery.
Here is what Jörn Zaefferer has to say
So its better to switch to jQUery UI – AutoComplete.