Typeahead
Tpeahead jQuery plugin, requires to pass to the plugin method one or more datasets. The source of a dataset is responsible for computing a set of suggestions for a given query.
Bloodhound is robust, flexible, and offers advanced functionalities such as prefetching, intelligent caching, fast lookups, and backfilling with remote data.
Prefetched data is fetched and processed on initialization. If the browser supports local storage, the processed data will be cached there to prevent additional network requests.
Default suggestions can be shown for empty queries by setting the minLength option to 0 and having the source return suggestions for empty queries.
Mix different datasets and use custom templates
Is possible to scroll content by limiting the max-height of the Typeahead dropdown via CSS.