Hey,
probably was too early to delete that comment, sorry. I assumed the
issue was addressed with the description in the first paragraph:
"If your input or textarea needs multiple (autocompleted) values, use
ListBuilder, which builds upon Autocomplete."
So the API would be .listBuilder({ autocomplete: true });
I've now also added a hint at that to the ListBuilder page:
http://wiki.jqueryui.com/ListBuilder"The autocompletion is optional, when enabled (default), it needs the
Autocomplete as a dependency.
To disable: .listbilder({ autocomplete: false })"
The idea being that multiple-complete (or list building) is not a core
feature of autocomplete; list building doesn't even have to have
autocompletion.
Does that properly address the issue?
Jörn
PS: I'd prefer to hide comments instead of deleting them, but that
isn't available. Therefore I'm deleting comments after a few days
after they were addressed in the document itself.