This is a plugin for Hobo that provides jQuery Tokeninput. It provides a thin wrapper (<token-input>
) and uses the thin wrapper to provide <name-many>
, which is like a hybrid of <select-many>
and <name-one>
.
It can be installed into a Hobo app by typing:
hobo generate install_plugin hobo_tokeninput git://github.com/Hobo/hobo_tokeninput.git
The source for this plugin lives at git://github.com/Hobo/hobo_tokeninput. Pull requests are welcome.
See MIT-LICENSE