Tokenize2 is a plugin which allows your users to select multiple items from a predefined list or ajax, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or tags on tumblr.
When I start developing chrome extensions I had next troubles:
1) Incorrect "x" button appears in selected options for removing some element
2) I think better to add filed called "appendInto" which can help developer choose where dropdown should append. Why is this need: in chrome elements with "position: relative" correct change the window size of popup window. But right now I got cutting dropdown with "position: absolute".
When I start developing chrome extensions I had next troubles: 1) Incorrect "x" button appears in selected options for removing some element 2) I think better to add filed called "appendInto" which can help developer choose where dropdown should append. Why is this need: in chrome elements with "position: relative" correct change the window size of popup window. But right now I got cutting dropdown with "position: absolute".