From 255e3710309067577b6ea5bb0683929e669ab901 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Fri, 13 May 2022 09:55:07 -0400 Subject: [PATCH] CSR-417: small fix to aria-required attribute on button-question --- src/common-components/button-question/button-question.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 369bf1c06..a2e3f9625 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -5,8 +5,8 @@ {{ questionText }}
-
- +
+ {{(isMultiSelect && answers && answers.length > 1) ? 'Select one or more options below.' : 'Select an option below.' }}