diff --git a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html index ae2e93998..1c0134f70 100644 --- a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html +++ b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html @@ -63,6 +63,7 @@ [(ngModel)]="atom.value" [disabled]="disabled" [virtualScroll]="getSelectOptionsForField(atom.field)?.length > 100" + [searchFn]="selectOptionSearchFn" (mousedown)="$event.stopImmediatePropagation()" > } @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.DocumentLink) { @@ -81,6 +82,7 @@ [disabled]="disabled" bindLabel="name" bindValue="id" + [searchFn]="customFieldSearchFn" (mousedown)="$event.stopImmediatePropagation()" >