From 48017e74711990d83684c29047d0ec8b64a1c2a2 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 15:03:53 -0500 Subject: [PATCH] feature/feature/IO-3554-Form-Row-Layout - Fix search, bump deps, fix formlayout --- client/src/App/App.styles.scss | 15 +++++---------- .../global-search/global-search-os.component.jsx | 1 + .../global-search/global-search.component.jsx | 3 ++- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index 927a0d276..87e33c2db 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -478,15 +478,10 @@ .global-search-autocomplete-fix { - // Ant wrapper class names (common) - .ant-select-selection-item, - .ant-select-selection-placeholder { - display: none !important; - } - - // rc-select internal class names (newer internal naming / fallback) - .rc-select-content-value, - .rc-select-placeholder { - display: none !important; + // This is the extra value render that causes the “duplicate text” + .ant-select-selection-item { + position: absolute !important; + left: -10000px !important; + pointer-events: none !important; } } diff --git a/client/src/components/global-search/global-search-os.component.jsx b/client/src/components/global-search/global-search-os.component.jsx index ec89435a5..523408487 100644 --- a/client/src/components/global-search/global-search-os.component.jsx +++ b/client/src/components/global-search/global-search-os.component.jsx @@ -185,6 +185,7 @@ export default function GlobalSearchOs() { { diff --git a/client/src/components/global-search/global-search.component.jsx b/client/src/components/global-search/global-search.component.jsx index f605286c2..631f88e12 100644 --- a/client/src/components/global-search/global-search.component.jsx +++ b/client/src/components/global-search/global-search.component.jsx @@ -161,7 +161,8 @@ export default function GlobalSearch() { {