AAE-38287 Cannot select dropdown options when selection type is multiple (#11204)

This commit is contained in:
Bartosz Sekula
2025-09-17 19:22:26 +02:00
committed by Bartosz Sekula
parent fd29e953d6
commit 667eeef6e8
@@ -138,7 +138,9 @@ export class DropdownCloudWidgetComponent extends WidgetComponent implements OnI
}
updateReactiveFormControl(): void {
this.setFormControlValue();
if (!this.field.hasMultipleValues) {
this.setFormControlValue();
}
this.updateFormControlState();
this.handleErrors();
}