I'm searching for a jQuery plugin with following functionality:
- It should display an input box, in which tags would be put in like so: 'bees, beads, beards'.
- When a user is typing a tag, it should display an autosuggest box for the user's input.
- The display should be plain and simple: just plain-text comma-separated tags.
- It should allow tags containing spacebar (e.g. 'funny cats').
- Comma symbol should be used for separation, not keystroke for ',', because some non-English keyboard layouts have commas assigned to other keys.
Is there such a plugin and if so, where can I find it?