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 ceec0269e..2c1431a13 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 @@ -6,7 +6,7 @@ } -
+
@@ -64,10 +64,11 @@ [disabled]="disabled" [virtualScroll]="getSelectOptionsForField(atom.field)?.length > 100" [searchFn]="selectOptionSearchFn" + [appendTo]="selectAppendTo" (mousedown)="$event.stopImmediatePropagation()" > } @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.DocumentLink) { - + } @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.Monetary) {