You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call $(selector).typeahead('val', city1) to select one item with name city1 in list of items but there is duplicate name in two item, Twitter typeahead select first item instead of that i want
For example I want to select item with id 2 here: https://jsfiddle.net/or3u1bgh/7/
The text was updated successfully, but these errors were encountered:
When I call
$(selector).typeahead('val', city1)
to select one item with name city1 in list of items but there is duplicate name in two item, Twitter typeahead select first item instead of that i wantFor example I want to select item with id 2 here:
https://jsfiddle.net/or3u1bgh/7/
The text was updated successfully, but these errors were encountered: