@decaf-ts/for-angular 0.1.24 → 0.1.25

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.
@@ -1902,7 +1902,7 @@ class NgxFormService {
1902
1902
  const isValid = control.valid;
1903
1903
  if (parentProps?.multiple) {
1904
1904
  if (isValid) {
1905
- data[key] = Array.isArray(value) ? value : [value];
1905
+ data[key] = value;
1906
1906
  }
1907
1907
  else {
1908
1908
  this.reset(control);