Basic usage
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 (Suggestion Engine)
Bloodhound is robust, flexible, and offers advanced functionalities such as prefetching, intelligent caching, fast lookups, and backfilling with remote data.
Prefetch
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
Default suggestions can be shown for empty queries by setting the minLength option to 0 and having the source return suggestions for empty queries.
Multiple Datasets with Custom Templates
Mix different datasets and use custom templates
Scrollable Dropdown Menu
Is possible to scroll content by limiting the max-height of the Typeahead dropdown via CSS.