@esfaenza/forms-and-validations 11.2.133 → 11.2.134
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
|
@@ -3756,7 +3756,7 @@
|
|
|
3756
3756
|
FormAutocompleteComponent.prototype.evaluateIdResearch = function () {
|
|
3757
3757
|
var _this = this;
|
|
3758
3758
|
var tmpModel = this.Model;
|
|
3759
|
-
if (!tmpModel)
|
|
3759
|
+
if (!tmpModel || !this.SearchFunction)
|
|
3760
3760
|
return;
|
|
3761
3761
|
this.SearchFunction(tmpModel, true).subscribe(function (t) {
|
|
3762
3762
|
if (t && t.length > 0) {
|