autocompleteclose ui is undefined
autocompleteclose ui is undefined
I have
.bind('autocompleteclose', function(event, ui) {
alert(ui.item.label);
return true;
})
attached to my autocomplete(), but when the autocomplete closes, I get the error:
ui.item is undefined
alert(ui.item.label);
Is this a bug or is something else going wrong?
Topic Participants
bart00dr
Richard Worth