twitter / typeahead.js

typeahead.js is a fast and fully-featured autocomplete library
http://twitter.github.io/typeahead.js/
MIT License
16.52k stars 3.21k forks source link

Fix suggestion count #1773

Open willematcm opened 4 years ago

willematcm commented 4 years ago

Suggestions were lost when the number of suggestions dropped below the limit.

CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

emdadulsadik commented 4 years ago

@willematcm This seems to be a good patch, but have you considered other methods e.g. sync? Should you need to apply the patch for those methods as well?