@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.
@@ -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) {