Skip to content

Commit 87a7a5c

Browse files
fix: filter not working in qbo and netsuite advance search fields (#964)
1 parent ebabc15 commit 87a7a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/components/configuration/configuration-select-field/configuration-select-field.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h5 *ngIf="formControllerName === 'cccExportType' && brandingConfig.brandId ===
2626
[filter]="true"
2727
(onFilter)="searchOptions($event)"
2828
(onHide)="clearSearch()"
29-
[filterFields]="isMultiLineOption ? ['value', 'code'] : ['value']"
29+
[filterFields]="isMultiLineOption ? [optionLabel, 'code'] : [optionLabel]"
3030
[resetFilterOnHide]="true"
3131
[emptyFilterMessage]="isOptionSearchInProgress ? 'Searching...' : 'No results found'"
3232
[dropdownIcon]="isOptionSearchInProgress ? 'pi pi-spinner pi-spin' : 'pi pi-chevron-down ' + brandingConfig.brandId">

0 commit comments

Comments
 (0)