Skip to content

Commit 6dc3db5

Browse files
committed
Changing the item in the input will trigger the change event of the original select.
1 parent 32b3696 commit 6dc3db5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demos/autocomplete/combobox.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
return false;
8282
}
8383
}
84+
85+
// triggers the change event in the select, as it can hold some events
86+
select.change();
8487
}
8588
})
8689
.addClass( "ui-widget ui-widget-content ui-corner-left" );

0 commit comments

Comments
 (0)