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}