mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix visibility check for radio buttons
This commit is contained in:
@@ -49,6 +49,11 @@ export class RadioButtonsWidget extends WidgetComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
onOptionClick(optionSelected: any) {
|
||||
this.field.value = optionSelected;
|
||||
this.checkVisibility(this.field);
|
||||
}
|
||||
|
||||
handleError(error: any) {
|
||||
console.error(error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user