A puredom plugin that adds support for <input type="tag">
npm install puredom-taginputpuredom-taginput
================
A puredom plugin that adds support for to forms wrapped in puredom.FormHandler.
It enhances input fields with an interactive list of tags, represented in field values as a comma-separated list.
To use taginput, add the CSS and JS files to your page:
``html`
---
Selection Methods
=================
.taginput( {Boolean} enabled )
Enable or disable tag-based editing for a field
.removetaginput() .taginput(false)
The same as calling
Selection Example
-----------------
`html
`
---
Using With FormHandler
======================
If you're using puredom.FormHandler, all fields will be automatically enhanced once you include the plugin.
FormHandler Example
-------------------
`html
``
---
License
=======
This plugin is available under the BSD-3-Clause License.