mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 22:51:01 +02:00
Avoid error setting placeholder
This commit is contained in:
@ -220,9 +220,12 @@ export class Et2LinkEntry extends Et2InputWidget(FormControlMixin(ValidateMixin(
|
|||||||
}
|
}
|
||||||
|
|
||||||
set placeholder(new_value)
|
set placeholder(new_value)
|
||||||
|
{
|
||||||
|
if(this._searchNode)
|
||||||
{
|
{
|
||||||
this._searchNode.placeholder = new_value;
|
this._searchNode.placeholder = new_value;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected _bindListeners()
|
protected _bindListeners()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user