Skip to content

Commit

Permalink
fix: filter not working in qbo and netsuite advance search fields (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent ebabc15 commit 87a7a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h5 *ngIf="formControllerName === 'cccExportType' && brandingConfig.brandId ===
[filter]="true"
(onFilter)="searchOptions($event)"
(onHide)="clearSearch()"
[filterFields]="isMultiLineOption ? ['value', 'code'] : ['value']"
[filterFields]="isMultiLineOption ? [optionLabel, 'code'] : [optionLabel]"
[resetFilterOnHide]="true"
[emptyFilterMessage]="isOptionSearchInProgress ? 'Searching...' : 'No results found'"
[dropdownIcon]="isOptionSearchInProgress ? 'pi pi-spinner pi-spin' : 'pi pi-chevron-down ' + brandingConfig.brandId">
Expand Down

0 comments on commit 87a7a5c

Please sign in to comment.