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 bca70c7b86
commit a6104f6727

View File

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