@esfaenza/forms-and-validations 11.2.109 → 11.2.110

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.
@@ -3310,7 +3310,7 @@
3310
3310
  FormSelectComponent.prototype.detatchPreviousAndRetatchNext = function (doStuff) {
3311
3311
  var _this = this;
3312
3312
  if (this.DisplayMode) {
3313
- doStuff();
3313
+ doStuff(function () { });
3314
3314
  return;
3315
3315
  }
3316
3316
  if (this.validationControl && this.Form)