From 33087d9c607c70d6db1334aa29d0f2160277cc1b Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 26 Aug 2022 11:08:20 -0400 Subject: [PATCH] Removed role='application' for div inside button-question widget to fix accessibility issue --- src/common-components/button-question/button-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 8ba0f7e92..6a235ef8a 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -10,7 +10,7 @@ {{ questionText }} {{(isMultiSelect && answers && answers.length > 1) ? 'Select one or more options below.' : 'Select an option below.' }} -
+