[jQuery] (autocomplete) - avoidRepeated option?

2009-10-01 Thread Machi
I've been trying to imagine where having the same item selected multiple times could be useful, but still can think of a good answer, so I guess this could be of interest to some other people as well. Cheers, Machi

[jQuery] (autocomplete) - possible bug

2009-10-01 Thread Machi
Hi people, first off thanks for the terrific job done with the autocomplete pluggin. However I think I found a bug: I have an input text box with enabled autocomplete defined as follows: $('#hostsTextBox').autocomplete(jsonHostsArray, { autoFill : true, multiple : true,