@yoobic/yobi 8.2.0-21 → 8.2.0-24

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.
@@ -403,13 +403,15 @@ const YooFormAutocompleteComponent = class {
403
403
  const search = ev.detail;
404
404
  const finalPageSize = 20;
405
405
  this.isLoading = true;
406
+ const formDynamic = index$1.findParent(this.host, 'yoo-form-dynamic');
406
407
  return this.customDataLoader({
407
408
  currentPage: search.currentPage,
408
409
  pageSize: finalPageSize,
409
410
  startDate: search.startDate,
410
411
  endDate: search.endDate,
411
412
  sortAndFilters: this.sortsAndFilters,
412
- search: search.search
413
+ search: search.search,
414
+ data: formDynamic.data
413
415
  }).then((ret) => {
414
416
  var _a, _b;
415
417
  if (search.currentPage === 0) {