diff --git a/api/js/etemplate/Et2Select/SearchMixin.ts b/api/js/etemplate/Et2Select/SearchMixin.ts index 562e7ea930..60e949cdca 100644 --- a/api/js/etemplate/Et2Select/SearchMixin.ts +++ b/api/js/etemplate/Et2Select/SearchMixin.ts @@ -948,6 +948,11 @@ export const Et2WithSearchMixin = >(superclass { this.handleMenuSlotChange(); }); + // If we were overlapping edit inputbox with the value display, reset + if(this._activeControls.classList.contains("novalue")) + { + this.handleMenuShow(); + } return true; }