Select search term after selecting a search result

This commit is contained in:
nathan 2022-08-05 11:10:50 -06:00
parent e67c3d6e61
commit 36d74dd91f

View File

@ -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)