My jquery-UI autocompletes are broken when I switch from jquery-ui 1.9 to 1.10 (with jquery 1.8.3 in both cases).
The upgrade guide indicates that the item.autocomplete
syntax is replaced by ui-autocomplete-item
but I cannot get it to work. In fact I think the example for Custom data and display is broken as the desc
is not displayed in the dropdown.
This may be very simple but I am blocked, an example would be very much appreciated, in particular one that would display HTML (like <strong>
) correctly in the dropdown.