@esfaenza/forms-and-validations 11.2.117 → 11.2.118

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.
@@ -3770,7 +3770,7 @@
3770
3770
  if (forcedValue == "" && this.Multi)
3771
3771
  this.Model = "";
3772
3772
  var selecteds = forcedValue ? [forcedValue] : this.Model ? (this.Model.Multi ? this.Model.split(',') : [this.Model]) : [];
3773
- this.EvaluatedModel = selecteds.map(function (t) { var _a; return _this.BoundSource && _this.BoundSource.length > 0 ? (_a = _this.BoundSource.find(function (t) { return t.id == _this.Model; })) === null || _a === void 0 ? void 0 : _a.description : ""; }).join(', ');
3773
+ this.EvaluatedModel = selecteds.map(function (s) { var _a; return _this.BoundSource && _this.BoundSource.length > 0 ? (_a = _this.BoundSource.find(function (t) { return t.id == s; })) === null || _a === void 0 ? void 0 : _a.description : ""; }).join(', ');
3774
3774
  _super.prototype.changed.call(this, forcedValue, markForCheck);
3775
3775
  };
3776
3776
  /** @ignore */