We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977b336 commit eb13525Copy full SHA for eb13525
ui/autocomplete.js
@@ -359,7 +359,7 @@ $.widget( "ui.autocomplete", {
359
}
360
361
if ( !element || !element[ 0 ] ) {
362
- element = this.element.closest( ".ui-front" );
+ element = this.element.closest( ".ui-front, dialog" );
363
364
365
if ( !element.length ) {
ui/selectmenu.js
@@ -541,7 +541,7 @@ return $.widget( "ui.selectmenu", {
541
542
543
544
545
546
547
0 commit comments