mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +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._handleShow = this._handleShow.bind(this);
|
||||||
this._handleHide = this._handleHide.bind(this);
|
this._handleHide = this._handleHide.bind(this);
|
||||||
|
|
||||||
// Clear initial value
|
|
||||||
this.__value = undefined;
|
|
||||||
|
|
||||||
if(!this.readonly)
|
if(!this.readonly)
|
||||||
{
|
{
|
||||||
this.updateComplete.then(() =>
|
this.updateComplete.then(() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user