@esfaenza/forms-and-validations 15.2.40 → 15.2.41

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.
@@ -2606,6 +2606,7 @@ class FormAdaptiveComponent extends BaseFormControl {
2606
2606
  }
2607
2607
  break;
2608
2608
  }
2609
+ pv._validator = pv.createValidator(pv.pattern);
2609
2610
  this.ngControl._setValidators(validators);
2610
2611
  this.ngControl.control.setValidators(validators);
2611
2612
  this.ngControl.control.updateValueAndValidity();