typeahead.js
typeahead.js copied to clipboard
Lazy loading on suggestions
Hi,
I want to show all suggestions or options related to what user types in typeahead box i.e. don;t want to use limit option, instead of that i want to use lazy loading to load the suggestions as user scrolls down in suggestion menu. Any in built option for this? Or any hint ?
Assuming you want to potentially suggest all matches, this is related to ticket #1308.