Merge pull request #699 from Safelite/feature/CSR-467

Removed role='application' for div inside button-question widget to f…
This commit is contained in:
Leah Schumann 2022-08-26 13:26:22 -04:00 committed by GitHub
commit 0503fedf3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
{{ questionText }}
{{(isMultiSelect && answers && answers.length > 1) ? 'Select one or more options below.' : 'Select an option below.' }}
</legend>
<div :class="getComponentLoopWrapperClasses" role="application">
<div :class="getComponentLoopWrapperClasses">
<div :class="getComponentWrapperClasses" v-for="answer in answers" :key="answer.Name ? answer.Name : answer">
<component
:is="buttonType"