Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery/jquery-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jimmont/jquery-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 12, 2012

  1. 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". <<
    jimmont committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    41f756f View commit details
    Browse the repository at this point in the history
Loading