-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
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]