Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to find a text box control, implemented in Javascript/CSS, where a user enters text, then when they press enter the text is converted into an interior element which can be removed (example below):

Mystery textbox thingy

I've found a few examples, including this and this and the tags box on SO (but I don't need autocomplete functionality - it should accept any text) and I know I could make one if I needed to, but what I'm really after is the name of these controls.

Is there even an agreed name for these things? Something like 'tagbox' or 'tokenbox' or something? They're everywhere, surely there are plenty of libraries, plugins etc which offer this style of input control.

share|improve this question
Is that in JIRA? – Jared Farrish Oct 20 '11 at 1:05
1  
No agreed name, but when I needed one I searched for "tagging autocompleter" and similar things which brought most of them up. – Dave Newton Oct 20 '11 at 1:07
@JaredFarrish No, not in JIRA. Not sure what that is. – pricj004 Oct 20 '11 at 1:10
@DaveNewton Thank you, I'll give that a try. – pricj004 Oct 20 '11 at 1:11
JIRA uses something really similar (create an account here and try to create an issue: jira.atlassian.com/browse/TST). They call it a label picker, but as @Dave suggested, it could be called a tag autocomplete, tag autosuggest, or some other name. Just depends. – Jared Farrish Oct 20 '11 at 1:13

1 Answer

I've seen it called a token field, both in Cocoa (NSTokenField) and in a jQuery plugin (tokeninput).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.