Hi, I generally participate on StackOverflow.com and found that a user reported problem with autocomplete behavior when options.multiple is true. I debugged through the autocomplete source and found that if options.multiple is true, mustMatch is false and if a user types in a word which doesn't belong to the autocomplete list, the 'result' event doesn't fire.
Click here to see the example code for the bug as well as the bugfix I created. I would appreciate if someone can look at the code and tell me if I am fixing it in the right way. http://stackoverflow.com/questions/1046001/jquery-autocomplete-get-new-values-when-theyre-done/1129255#1129255 Thanks, Yogi