I ran into an interesting issue with jQueryUI autocomplete in a dialog box.
My dialog HTML looks like this:
-
2021-02-05 01:05
Super simple solution. Increase the z-index for the autocomplete. When it is active I am pretty sure you want it on top :)
.ui-autocomplete {
z-index: 2000;
}