You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make selecting of autocomplete items use each item's label instead of
number to fix issue 8394 http://bugs.jqueryui.com/ticket/8394
>> When the autocomplete source uses a list of
items that have different label and value pairs, as I interact with the
autocomplete listing, the UI fills the selected field with the
item.value instead of the desired item.label. For example, an item has
the label: "apples", and the value: "123". When I walk through the
options this item shows "123" in the UI instead of "apples". <<
0 commit comments