@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.
- package/esm2020/lib/forms/form-adaptive/form-adaptive.component.mjs +3 -2
- package/fesm2015/esfaenza-forms-and-validations.mjs +2 -1
- package/fesm2015/esfaenza-forms-and-validations.mjs.map +1 -1
- package/fesm2020/esfaenza-forms-and-validations.mjs +2 -1
- package/fesm2020/esfaenza-forms-and-validations.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2622,7 +2622,8 @@ class FormAdaptiveComponent extends BaseFormControl {
|
|
|
2622
2622
|
}
|
|
2623
2623
|
break;
|
|
2624
2624
|
}
|
|
2625
|
-
//
|
|
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();
|