@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.
@@ -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) {