I ran into an interesting issue with jQueryUI autocomplete in a dialog box.
My dialog HTML looks like this:
-
2021-02-05 01:02
open:function(event){
var target = $(event.target);
var widget = target.autocomplete("widget");
widget.zIndex(target.zIndex() + 1);
},