Typeahead

bs-typeahead is a search input with asynchronous suggestion dropdown. The [(searchterm)] two-way binding tracks the user's query; (provideSuggestions) fires whenever the term changes so the parent can populate [suggestions]. The (suggestionSelected) event fires when an entry is chosen and (submitted) fires on free-form submit.

Basic usage