forked from extern/egroupware
Select search term after selecting a search result
This commit is contained in:
parent
e67c3d6e61
commit
36d74dd91f
@ -528,6 +528,7 @@ export const Et2WithSearchMixin = <T extends Constructor<LitElement>>(superclass
|
||||
if(this.multiple && this.searchEnabled)
|
||||
{
|
||||
this._searchInputNode.focus();
|
||||
this._searchInputNode.select();
|
||||
|
||||
// Scroll the new tag into view
|
||||
if(event.detail && event.detail.item)
|
||||
|
Loading…
Reference in New Issue
Block a user