mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:39 +01:00
Avoid error setting placeholder
This commit is contained in:
parent
ff6d0ef785
commit
3d2e20ce0a
@ -220,9 +220,12 @@ export class Et2LinkEntry extends Et2InputWidget(FormControlMixin(ValidateMixin(
|
||||
}
|
||||
|
||||
set placeholder(new_value)
|
||||
{
|
||||
if(this._searchNode)
|
||||
{
|
||||
this._searchNode.placeholder = new_value;
|
||||
}
|
||||
}
|
||||
|
||||
protected _bindListeners()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user