Home / Forms / typeahead.js - building robust typeaheads
typeahead.js - building robust typeaheads

typeahead.js - building robust typeaheads

Download Demo
  • Overview
  • Documents
User Rating: 0.3/5 ( 3 votes)
Your Rating:

Typeahead.js is a flexible JavaScript library that provides a strong foundation for building robust typeaheads.

Features

  • Displays suggestions to end-users as they type
  • Shows top suggestion as a hint (i.e. background text)
  • Supports custom templates to allow for UI flexibility
  • Works well with RTL languages and input method editors
  • Highlights query matches within the suggestion
  • Triggers custom events

The typeahead.js library consists of 2 components: the suggestion engine, Bloodhound, and the UI view,Typeahead. The suggestion engine is responsible for computing suggestions for a given query. The UI view is responsible for rendering suggestions and handling DOM interactions. Both components can be used separately, but when used together, they can provided a rich typeahead experience.

Scroll To Top