running-coder / jquery-typeahead

Javascript Typeahead (autocomplete) plugin with more than 50 options and callbacks.
http://www.runningcoder.org/jquerytypeahead/
MIT License
543 stars 121 forks source link

Duplicate items #551

Open iwega opened 2 years ago

iwega commented 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: Screen Shot 2022-09-06 at 10 45 46 AM

Contact: andreev.ivo@gmail.com

stale[bot] commented 1 year ago

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.