From 9b5347bf9039cd28f70e55221c310c2de0cc781f Mon Sep 17 00:00:00 2001 From: kabin thakuri Date: Wed, 18 Feb 2026 17:56:23 +0545 Subject: [PATCH] chore(ui/select): update select component label render condition --- packages/ui/src/FormWidgets/Select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/FormWidgets/Select/index.tsx b/packages/ui/src/FormWidgets/Select/index.tsx index 55547aa60..eff8869c6 100644 --- a/packages/ui/src/FormWidgets/Select/index.tsx +++ b/packages/ui/src/FormWidgets/Select/index.tsx @@ -728,7 +728,7 @@ export const Select = ({ return (
{label && - (!disabled && !disableSearch ? ( + (!disableSearch && (!selectedOptions.length || showOptions) ? ( ) : ( {label}