mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 14:09:52 +01:00
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)
|
if(this.multiple && this.searchEnabled)
|
||||||
{
|
{
|
||||||
this._searchInputNode.focus();
|
this._searchInputNode.focus();
|
||||||
|
this._searchInputNode.select();
|
||||||
|
|
||||||
// Scroll the new tag into view
|
// Scroll the new tag into view
|
||||||
if(event.detail && event.detail.item)
|
if(event.detail && event.detail.item)
|
||||||
|
Loading…
Reference in New Issue
Block a user