typeahead.js icon indicating copy to clipboard operation
typeahead.js copied to clipboard

Lazy loading on suggestions

Open vikashgoyal opened this issue 9 years ago • 1 comments

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 ?

vikashgoyal avatar Aug 22 '16 11:08 vikashgoyal

Assuming you want to potentially suggest all matches, this is related to ticket #1308.

Chealer avatar Jul 30 '21 17:07 Chealer