mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
AAE-38287 Cannot select dropdown options when selection type is multiple (#11204)
This commit is contained in:
@@ -138,7 +138,9 @@ export class DropdownCloudWidgetComponent extends WidgetComponent implements OnI
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateReactiveFormControl(): void {
|
updateReactiveFormControl(): void {
|
||||||
this.setFormControlValue();
|
if (!this.field.hasMultipleValues) {
|
||||||
|
this.setFormControlValue();
|
||||||
|
}
|
||||||
this.updateFormControlState();
|
this.updateFormControlState();
|
||||||
this.handleErrors();
|
this.handleErrors();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user