@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.
- package/bundles/esfaenza-forms-and-validations.umd.js +1 -1
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esm2015/lib/forms/form-autocomplete/form-autocomplete.component.js +2 -2
- package/fesm2015/esfaenza-forms-and-validations.js +1 -1
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 = [];
|