jchristman / meteor-tagsinput-autocomplete

A combination of mizzao:autocomplete and a way of creating tags "in" the input box.
http://tagsautocomplete.meteor.com
MIT License
2 stars 1 forks source link

meteor-tagsinput-autocomplete

A combination of mizzao:autocomplete and a way of creating tags "in" the input box. There is a live example at tagsautocomplete.meteor.com.

Autoform Support

This library now supports autoform! Hooray! See the example until I have more time to update documentation

API

In short, you will call the tagsinput template with something like the following:

{{> tagsinput autocompleteSettings=settings tagField='username' tagsVar='exampleTagsVar' id='example' name='example' placeholder='Type usernames'}}

In this example, the following is a description of the arguments:

More Information

For an detailed example of how to set this up, checkout the example.