diff --git a/api/js/etemplate/Et2Select/SearchMixin.ts b/api/js/etemplate/Et2Select/SearchMixin.ts index 57cd0da8f2..681799618d 100644 --- a/api/js/etemplate/Et2Select/SearchMixin.ts +++ b/api/js/etemplate/Et2Select/SearchMixin.ts @@ -928,6 +928,11 @@ export const Et2WithSearchMixin = dedupeMixin( { this._handleSearchAbort(e); } + // Focus the widget again, ready for a search + this.updateComplete.then(() => + { + this.dropdown.open = true; + }) } /**