@elite.framework/ng.core 1.0.43 → 1.0.45
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.
|
@@ -4769,6 +4769,7 @@ class RepeatTypeComponent extends FieldArrayType {
|
|
|
4769
4769
|
// if (this.formControl instanceof FormArray) {
|
|
4770
4770
|
this.formControl.valueChanges.subscribe(() => {
|
|
4771
4771
|
// Force Angular to detect changes
|
|
4772
|
+
this.field.fieldGroup = [...this.field.fieldGroup ?? []];
|
|
4772
4773
|
this.cdr.detectChanges();
|
|
4773
4774
|
});
|
|
4774
4775
|
// }
|