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 limit on async suggestions #1797

Open pmcneil opened 3 years ago

pmcneil commented 3 years ago

On async responses with multiple results the current code has bug that subtracts the number of results before slicing the required number to complete the limit.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.