From 84f5acd986d3f509852e5daa2852000da29c0a6f Mon Sep 17 00:00:00 2001 From: Clara Ni Date: Thu, 9 Jan 2025 15:58:47 +0100 Subject: [PATCH] ui-core: fix clear button displayed even if input is empty Signed-off-by: Clara Ni --- ui-core/src/components/inputs/ComboBox/ComboBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-core/src/components/inputs/ComboBox/ComboBox.tsx b/ui-core/src/components/inputs/ComboBox/ComboBox.tsx index 1e39cc3a..f8be858f 100644 --- a/ui-core/src/components/inputs/ComboBox/ComboBox.tsx +++ b/ui-core/src/components/inputs/ComboBox/ComboBox.tsx @@ -160,7 +160,7 @@ const ComboBox = ({ }), }, ], - [inputValue] + [value] ); return (