mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
fix et2-checkbox onChange not called
This commit is contained in:
parent
e1c8acddc1
commit
7c976d7fdd
@ -59,6 +59,8 @@ export class Et2Checkbox extends Et2InputWidget(SlCheckbox)
|
|||||||
{
|
{
|
||||||
super();
|
super();
|
||||||
|
|
||||||
|
this.isSlComponent = true;
|
||||||
|
|
||||||
this.selectedValue = 'true';
|
this.selectedValue = 'true';
|
||||||
this.unselectedValue = '';
|
this.unselectedValue = '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user