https://github.com/useallfive/multi-tag-input
https://github.com/useallfive/multi-tag-input
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/useallfive/multi-tag-input
- Owner: UseAllFive
- License: mit
- Created: 2013-10-11T19:03:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-27T14:51:26.000Z (over 12 years ago)
- Last Synced: 2024-12-20T07:07:36.595Z (over 1 year ago)
- Language: JavaScript
- Size: 422 KB
- Stars: 0
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Multi Tag Input
===============
Turns a text area into a tagging mechanism.
It searches a data-set upon keydown, the user can select one to turn into a tag.
When the user focuses on the input, but does not type anything, it can search an additional data-set. This allows for showing suggested results.
There's a title property for the data-set. "Suggest Results", "Recently Tagged", "Your Results".
There's a callback for when a tag is added and removed.
The user can create new tags as well. If they haven't selected a tag from the data-set, they can hit return and it creates a new tag. There's a callback for when a new tag is created.