mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Et2LinkEntry: Fix initial value not shown
This commit is contained in:
parent
bd9464b7fe
commit
9eee63bbbd
@ -108,9 +108,6 @@ export class Et2LinkEntry extends Et2InputWidget(LitElement)
|
||||
this._handleShow = this._handleShow.bind(this);
|
||||
this._handleHide = this._handleHide.bind(this);
|
||||
|
||||
// Clear initial value
|
||||
this.__value = undefined;
|
||||
|
||||
if(!this.readonly)
|
||||
{
|
||||
this.updateComplete.then(() =>
|
||||
|
Loading…
Reference in New Issue
Block a user