# puredom-taginput **Repository Path**: mirrors_developit/puredom-taginput ## Basic Information - **Project Name**: puredom-taginput - **Description**: Turns into a tag editor field. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README puredom-taginput ================ A [puredom](http://puredom.org) plugin that adds support for `` to forms wrapped in [puredom.FormHandler](http://puredom.org/docs/symbols/puredom.FormHandler.html). 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()` *The same as calling `.taginput(false)`* Selection Example ----------------- ```html ``` --- Using With FormHandler ====================== If you're using [puredom.FormHandler](http://puredom.org/docs/symbols/puredom.FormHandler.html), 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.