From d0195f888f0e188d786ce339bb91f795c42cef6e Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 2 Sep 2026 19:01:36 -0700
Subject: [PATCH] And the CF dropdown
---
.../custom-fields-query-dropdown.component.html | 9 ++++++---
.../custom-fields-query-dropdown.component.ts | 13 +++++++++++++
.../document-link/document-link.component.html | 1 +
.../input/document-link/document-link.component.ts | 6 ++++++
4 files changed, 26 insertions(+), 3 deletions(-)
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) {