You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
Your Line doesn't error, but doesn't have the desired effect // zIndex will force the element on top of anything (like a dialog it's in)
menu.element.zIndex && menu.element.zIndex($(this).zIndex() + 1);
To see this issue, use inputosaurus in a jquery-ui dialog, the results are hidden behind the dialog
To work around this, I have added a line to allow appendTo to be passed through to the jqueryui autocomplete function (see below) - but I think you may have a better solution
` _instAutocomplete : function() {
if(this.options.autoCompleteSource){
var widget = this;
https://jqueryui.com/upgrade-guide/1.12/#removed-zindex
Your Line doesn't error, but doesn't have the desired effect
// zIndex will force the element on top of anything (like a dialog it's in)
menu.element.zIndex && menu.element.zIndex($(this).zIndex() + 1);
To see this issue, use inputosaurus in a jquery-ui dialog, the results are hidden behind the dialog
To work around this, I have added a line to allow appendTo to be passed through to the jqueryui autocomplete function (see below) - but I think you may have a better solution
` _instAutocomplete : function() {
if(this.options.autoCompleteSource){
var widget = this;
The text was updated successfully, but these errors were encountered: