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