Typeahead https://github.com/bassjobsen/Bootstrap-3-Typeahead

The autocomplete plugin inspired by twitter.com's autocomplete search functionality.

Enter a country name:

Usage


require(['jquery', 'px-libs/bootstrap3-typeahead'], function($) {
  ...
});
        

Usage

To use typeahead, you need to include ui-bootstrap.js script:


<script src="path/to/js/ui-bootstrap.js"></script>
        

Example

Selected state: {{ typeaheadSelected }}