@alfresco/adf-process-services-cloud 8.4.0-17799840184 → 8.4.0-17805328622

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8377,7 +8377,9 @@ class DropdownCloudWidgetComponent extends WidgetComponent {
8377
8377
  });
8378
8378
  }
8379
8379
  updateReactiveFormControl() {
8380
- this.setFormControlValue();
8380
+ if (!this.field.hasMultipleValues) {
8381
+ this.setFormControlValue();
8382
+ }
8381
8383
  this.updateFormControlState();
8382
8384
  this.handleErrors();
8383
8385
  }