@esfaenza/forms-and-validations 11.2.106 → 11.2.107
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 +3 -1
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esm2015/lib/forms/form-select/form-select.component.js +4 -2
- package/fesm2015/esfaenza-forms-and-validations.js +3 -1
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/package.json +1 -1
|
@@ -3309,6 +3309,8 @@
|
|
|
3309
3309
|
/** @ignore */
|
|
3310
3310
|
FormSelectComponent.prototype.detatchPreviousAndRetatchNext = function (doStuff) {
|
|
3311
3311
|
var _this = this;
|
|
3312
|
+
if (this.DisplayMode)
|
|
3313
|
+
return;
|
|
3312
3314
|
if (this.validationControl && this.Form)
|
|
3313
3315
|
this.Form.removeControl(this.validationControl);
|
|
3314
3316
|
setTimeout(function () {
|
|
@@ -3320,7 +3322,7 @@
|
|
|
3320
3322
|
}
|
|
3321
3323
|
else if (!_this.validationControl && _this.Form) {
|
|
3322
3324
|
// Questo messaggio ha senso solo se almeno il form esiste... se non esiste sticazzi insomma...
|
|
3323
|
-
console.error("Impossibile aggiungere il componente di
|
|
3325
|
+
console.error("Impossibile aggiungere il componente di validazione per " + _this.GeneratedName + ", le validazioni potrebbero funzionare in maniera erratica");
|
|
3324
3326
|
}
|
|
3325
3327
|
});
|
|
3326
3328
|
});
|