sergeyt / meteor-typeahead

Autocomplete package for meteor powered by twitter typeahead.js
https://atmospherejs.com/sergeyt/typeahead
MIT License
146 stars 82 forks source link

Could I use with "AutoForm"? #139

Closed thearabbit closed 8 years ago

thearabbit commented 8 years ago

I would like to create addon for autoform like select2, datepicker..., but I don't understand. Have any? Please help me.

sergeyt commented 8 years ago

This package is wrapper around this twitter typeahead.js jquery plugin. It works only for text <input/> element defined inside any Blaze template. See the docs how configure your input and initialize the plugin. Also see the demo app to generate more ideas how it works.

thearabbit commented 8 years ago

thanks for your reply. I will try to create autoFrom addon from this.