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):

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.
tag autocomplete,tag autosuggest, or some other name. Just depends. – Jared Farrish Oct 20 '11 at 1:13