mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
Et2Select: Fix initial values not always displayed when options are from server or file
This commit is contained in:
parent
1dbab5fe18
commit
4a067f8515
@ -638,6 +638,7 @@ export const Et2WithSearchMixin = dedupeMixin(<T extends Constructor<LitElement>
|
|||||||
{
|
{
|
||||||
this._selected_remote.push(option);
|
this._selected_remote.push(option);
|
||||||
}
|
}
|
||||||
|
this.requestUpdate();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user