@bnsights/bbsf-controls 1.0.40 → 1.0.41

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.
@@ -4490,6 +4490,8 @@
4490
4490
  };
4491
4491
  TagsInputComponent.prototype.searchFunctionFactory = function (Text) {
4492
4492
  var Url = this.options.ActionURL + "?" + this.options.QueryParamName + "=" + Text + "&" + this.options.SelectedItemsParamName + "=" + this.SelectedId;
4493
+ if (this.options.ExtraFilters)
4494
+ Url = Url + ("&" + this.options.ExtraFilters);
4493
4495
  var requestOptionsModel = new bbsfUtilities.RequestOptionsModel();
4494
4496
  requestOptionsModel.disableBlockUI = true;
4495
4497
  requestOptionsModel.disableSuccessNotification = true;