corejavascript / corejavascript/typeahead.js
Programatically select item from list that have duplicated name
Open
- Dominant language
- JavaScript
- Stars
- 968
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
When I call `$(selector).typeahead('val', 'city1')` to select one item with name 'city1' in list of items where there is duplicate name in two item, typeahead select first item instead of what i want
For example here I want to select item with id 2:
https://jsfiddle.net/or3u1bgh/7/
Contributor guide
Assessment
This issue has not been assessed yet.