mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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();
|
||||
|
||||
this.isSlComponent = true;
|
||||
|
||||
this.selectedValue = 'true';
|
||||
this.unselectedValue = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user