From 8bb3bd940927038566317a37d60f2fc8504741f5 Mon Sep 17 00:00:00 2001 From: Dhruwang Date: Tue, 11 Feb 2025 16:55:13 +0530 Subject: [PATCH] fix: matrix question input not accessible --- packages/surveys/src/components/questions/matrix-question.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/surveys/src/components/questions/matrix-question.tsx b/packages/surveys/src/components/questions/matrix-question.tsx index fb2063d6a2..86418a97e5 100644 --- a/packages/surveys/src/components/questions/matrix-question.tsx +++ b/packages/surveys/src/components/questions/matrix-question.tsx @@ -185,6 +185,7 @@ export function MatrixQuestion({ getLocalizedValue(column, languageCode) : false } + aria-label={`${getLocalizedValue(question.headline, languageCode)}: ${getLocalizedValue(row, languageCode)} – ${getLocalizedValue(column, languageCode)}`} className="fb-border-brand fb-text-brand fb-h-5 fb-w-5 fb-border focus:fb-ring-0 focus:fb-ring-offset-0" />