Removed role='application' for div inside button-question widget to fix accessibility issue
This commit is contained in:
parent
3ffbed7c7f
commit
33087d9c60
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue