mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Et2SelectEmail: Change multiple default to false to match other selects
This commit is contained in:
parent
be3b38d516
commit
8da8c14a00
@ -71,7 +71,7 @@ export class Et2SelectEmail extends Et2Select
|
|||||||
this.editModeEnabled = true;
|
this.editModeEnabled = true;
|
||||||
this.allowDragAndDrop = false;
|
this.allowDragAndDrop = false;
|
||||||
this.includeLists = false;
|
this.includeLists = false;
|
||||||
this.multiple = true;
|
this.multiple = false;
|
||||||
this.fullEmail = false;
|
this.fullEmail = false;
|
||||||
this.defaultValidators.push(new IsEmail());
|
this.defaultValidators.push(new IsEmail());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user