Skip to content

JustinSGray/meteor-Bootstrap-3-Typeahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap-typeahead.js from Bootstrap 2, working with Bootstrap 3

Meteor package for the old, less capable, typeahead plugin for Bootstrap 2, which Twitter dropped in favor of typeahead.js -
see the meteor-typeahead Atmosphere package for the new typeahead.

This will work with Bootstrap 3. For more on the history, see this.

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

To use:

Template.<your-template>.rendered = function(){
    $(this.find('<you-selector>')).typeahead()
}

See also

You might be better off using meteor-autocomplete, the native fully-reactive Meteor autocomplete package, with server-side autocompletion, and multiple collection, field and trigger character support.