]> source.dussan.org Git - jquery-ui.git/commit
Autocomplete: search against label instead of value when both are provided.
authorScott González <scott.gonzalez@gmail.com>
Sat, 27 Feb 2010 19:57:34 +0000 (19:57 +0000)
committerScott González <scott.gonzalez@gmail.com>
Sat, 27 Feb 2010 19:57:34 +0000 (19:57 +0000)
commit602576707e988c474616ac1dfbcd6a7f8bdce047
tree4f249efbb1c0f31260a3060e3f677cbcc366634f
parentd6fd76c0c121828acb4b199b15b9a57ba925f4c7
Autocomplete: search against label instead of value when both are provided.

Fixes #5237 - Array matching behaviour of autocomplete should match on label before value.

Thanks Simon Cusack.
ui/jquery.ui.autocomplete.js