@esfaenza/forms-and-validations 15.2.49 → 15.2.51

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.
@@ -2622,7 +2622,8 @@ class FormAdaptiveComponent extends BaseFormControl {
2622
2622
  }
2623
2623
  break;
2624
2624
  }
2625
- //(<any>pv)._validator = (<any>pv).createValidator(pv.pattern); TODO: Revert @Ema
2625
+ // A quanto pare la creazione del validatore rompe il caso d'uso classico...
2626
+ //(<any>pv)._validator = (<any>pv).createValidator(pv.pattern);
2626
2627
  this.ngControl._setValidators(validators);
2627
2628
  this.ngControl.control.setValidators(validators);
2628
2629
  this.ngControl.control.updateValueAndValidity();