@esfaenza/forms-and-validations 11.2.130 → 11.2.131
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.
- package/bundles/esfaenza-forms-and-validations.umd.js +2 -0
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esm2015/lib/forms/form-adaptive/form-adaptive.component.js +3 -1
- package/fesm2015/esfaenza-forms-and-validations.js +2 -0
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/package.json +1 -1
|
@@ -2696,9 +2696,11 @@
|
|
|
2696
2696
|
}
|
|
2697
2697
|
break;
|
|
2698
2698
|
}
|
|
2699
|
+
this.ngControl._setValidators(validators);
|
|
2699
2700
|
this.ngControl.control.setValidators(validators);
|
|
2700
2701
|
this.ngControl.control.updateValueAndValidity();
|
|
2701
2702
|
}
|
|
2703
|
+
_super.prototype.ngOnInit.call(this);
|
|
2702
2704
|
};
|
|
2703
2705
|
/** @ignore */
|
|
2704
2706
|
FormAdaptiveComponent.prototype.ngOnChanges = function (changes) {
|