I'm looking for an implementation and the (official) name of this kind of control where it's a inputbox where we can add multiple tags into it. By example, it is used in JIRA like this capture (and sites in stackexchange are good examples too, it's the control used to input tags):
Some people call them SuperBox Select, but SuperBox sometimes refers to a lightbox (displaying pictures, etc). So, the real name does not seem clear.
And if you have a tutorial to integrate this kind of control within a website (by a JavaSrcipt framework I think), it would be very appreciated.
Answer
The jQuery libraries that add support for this kind of input call it a tag input or token input and they are a form of auto-complete.
Mac OSX mail uses it for recipients in your address book:
For some examples / tutorials: tag input (http://xoxco.com/projects/code/tagsinput/) or token input (http://loopj.com/jquery-tokeninput/, http://textextjs.com/manual/examples.html)
No comments:
Post a Comment