Et2Select: Fix initial values not always displayed when options are from server or file

This commit is contained in:
nathan 2023-11-29 09:29:54 -07:00
parent 1dbab5fe18
commit 4a067f8515

View File

@ -638,6 +638,7 @@ export const Et2WithSearchMixin = dedupeMixin(<T extends Constructor<LitElement>
{ {
this._selected_remote.push(option); this._selected_remote.push(option);
} }
this.requestUpdate();
}); });
} }