From fa72296de517f6906dcfb1ab0283d108030568d0 Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:04:48 +0530 Subject: [PATCH] fix: error state for multi select question (#7335) --- .../survey-ui/src/components/elements/multi-select.tsx | 8 ++++---- .../survey-ui/src/components/elements/single-select.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 ( -