Archive

Archive for December, 2008

JQuery autocomplete bug fix

December 16th, 2008

Submitted a bug for jquery’s autocomplete plugin that would occur when multiple selections were allowed but the selected had to exist before (multiple and mustMatch both set to true).  Simply put, when the user would try and type in a case-sensitive manner and the word after a space was capitalized, hitting the shift key would result in an invalid selection and would, thus, clear what had been typed.

I have no idea if this fix will be accepted and incorporated into the codebase, but it can be downloaded here if you need it.

andy Uncategorized