Universe selectize standalone
This package is part of Universe, a framework based on Meteor platform
maintained by Vazco.
It works standalone, but you can get max out of it when using the whole system.
Demo
http://universe-autoform-select.stg.vazco.eu/
https://github.com/vazco/meteor-universe-selectize-demo.git
Installation
In a Meteor app directory, enter:
$ meteor add vazco:universe-selectize
Usage
1{{> universeSelectize name="test1" options=options multiple=false create=true}} 2 3{{> universeSelectize name="test2" options=options multiple=true create=true remove=true}}