Open
Description
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: [email protected]