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 8cf9879 commit dc67037Copy full SHA for dc67037
ui/autocomplete.js
@@ -365,7 +365,7 @@ $.widget( "ui.autocomplete", {
365
}
366
367
if ( !element || !element[ 0 ] ) {
368
- element = this.element.closest( ".ui-front" );
+ element = this.element.closest( ".ui-front, dialog" );
369
370
371
if ( !element.length ) {
ui/selectmenu.js
@@ -586,7 +586,7 @@ return $.widget( "ui.selectmenu", {
586
587
588
589
590
591
592
0 commit comments