Did I miss an option, or is it currently not possible to have autocomplete in one box with multiple values separated by some sort of character? I'm thinking of the following use case:
enter 'J' -> select suggestion 'javascript' -> enter '; C' -> select suggestion 'C#' -> enter '; P' -> select suggestion 'PHP'
This would lead to a final value in the textbox of 'javascript; C#; PHP'. I believe I would currently have to try to implement this myself using the various events of the autocomplete widget. Please tell me, I am mistaken :-)
Kind regards and keep up the great work,
Christoph