Open iwega opened 2 years ago
When use this library with this use
$('.js-typeahead').typeahead({ order: "asc", source: { groupName: { // Array of Objects / Strings data: [ {...}, {...} ] } }, callback: { onInit: function () { ... } } });
I see duplicate items in suggestion list:
Contact: andreev.ivo@gmail.com
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When use this library with this use
$('.js-typeahead').typeahead({ order: "asc", source: { groupName: { // Array of Objects / Strings data: [ {...}, {...} ] } }, callback: { onInit: function () { ... } } });
I see duplicate items in suggestion list:
Contact: andreev.ivo@gmail.com