@esfaenza/forms-and-validations 11.2.98 → 11.2.99

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.
@@ -3679,7 +3679,7 @@
3679
3679
  };
3680
3680
  /** @ignore */
3681
3681
  FormAutocompleteComponent.prototype.removeFilteredSourceOnDescriptionSelection = function () {
3682
- if (this.FilteredBoundSource.length == 1 && (this.FilteredBoundSource[0].description === this.Model)) {
3682
+ if (this.FilteredBoundSource.length == 1 && (this.FilteredBoundSource[0].description === this.Model) && !this.Multi) {
3683
3683
  this.Model = this.BoundSource[0].id;
3684
3684
  this.EvaluatedModel = this.BoundSource[0].description;
3685
3685
  this.FilteredBoundSource = [];