Last modified: 2008-02-05 04:40:05 UTC
It would be nice to allow for autocompletion on a list of values, where autocompletion would begin again each time the user entered a comma (or some other delimited character), Gmail-style. The best library to implement this with might be WICK, the Web Input Completion Kit; here's a demo: http://wick.sourceforge.net/wick_sample/
Instead implement this, I prefer the implementation suggestions described in these links: http://bugzilla.wikimedia.org/show_bug.cgi?id=11180#c1 http://bugzilla.wikimedia.org/show_bug.cgi?id=11180#c2
*** Bug 11391 has been marked as a duplicate of this bug. ***
This was finally implemented in version 0.9.3, using the YUI Javascript library.