From 3a2edf975361584c9a5b750229116a70228b462b Mon Sep 17 00:00:00 2001 From: huanghuoguoguo <1051233107@qq.com> Date: Thu, 18 Jun 2026 14:01:10 +0000 Subject: [PATCH] fix(survey): prevent option controls from submitting forms (#2249) --- web/src/app/home/components/survey/SurveyWidget.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/web/src/app/home/components/survey/SurveyWidget.tsx b/web/src/app/home/components/survey/SurveyWidget.tsx index 5e7dc06a..16f35865 100644 --- a/web/src/app/home/components/survey/SurveyWidget.tsx +++ b/web/src/app/home/components/survey/SurveyWidget.tsx @@ -310,6 +310,7 @@ function SingleSelectField({ {options.map((opt) => (