mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 22:40:23 +01:00
Et2Search / SearchMixin: Clear button focuses search, ready for new value
This commit is contained in:
parent
02abf08be5
commit
10314e59bc
@ -928,6 +928,11 @@ export const Et2WithSearchMixin = dedupeMixin(<T extends Constructor<LitElement>
|
||||
{
|
||||
this._handleSearchAbort(e);
|
||||
}
|
||||
// Focus the widget again, ready for a search
|
||||
this.updateComplete.then(() =>
|
||||
{
|
||||
this.dropdown.open = true;
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user