diff --git a/packages/survey-ui/src/components/elements/multi-select.tsx b/packages/survey-ui/src/components/elements/multi-select.tsx
index e9cfa1ef85..57359c39c3 100644
--- a/packages/survey-ui/src/components/elements/multi-select.tsx
+++ b/packages/survey-ui/src/components/elements/multi-select.tsx
@@ -141,18 +141,18 @@ function DropdownVariant({
};
return (
-
+
) : null}
diff --git a/packages/survey-ui/src/components/elements/single-select.tsx b/packages/survey-ui/src/components/elements/single-select.tsx
index 255b4a3f80..a0719b99ea 100644
--- a/packages/survey-ui/src/components/elements/single-select.tsx
+++ b/packages/survey-ui/src/components/elements/single-select.tsx
@@ -151,7 +151,7 @@ function SingleSelect({
/>
{/* Options */}
-
+
{variant === "dropdown" ? (
<>
@@ -160,11 +160,11 @@ function SingleSelect({
) : null}
>