Merge pull request #640 from Safelite/CSR-437-year-button-aria-fix
CSR-437 accessibility fix
This commit is contained in:
commit
56c443ad1a
2 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
:class="[suppressError ? 'alertError' : '']"
|
||||
:valueToLogType="valueToLogType"
|
||||
/>
|
||||
<!-- For nested questions -->
|
||||
<!-- For nested questions -->
|
||||
<transition name="fade" mode="out-in">
|
||||
<div v-if="typeof selectedValues == 'string' && selectedValues == answer.Name">
|
||||
<slot></slot>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
:aria-required="isRequired"
|
||||
v-model="checkValue"
|
||||
@change="handleInputChange"
|
||||
:aria-label="value"
|
||||
>
|
||||
<label
|
||||
tabindex="-1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue