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' : '']"
|
:class="[suppressError ? 'alertError' : '']"
|
||||||
:valueToLogType="valueToLogType"
|
:valueToLogType="valueToLogType"
|
||||||
/>
|
/>
|
||||||
<!-- For nested questions -->
|
<!-- For nested questions -->
|
||||||
<transition name="fade" mode="out-in">
|
<transition name="fade" mode="out-in">
|
||||||
<div v-if="typeof selectedValues == 'string' && selectedValues == answer.Name">
|
<div v-if="typeof selectedValues == 'string' && selectedValues == answer.Name">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
:aria-required="isRequired"
|
:aria-required="isRequired"
|
||||||
v-model="checkValue"
|
v-model="checkValue"
|
||||||
@change="handleInputChange"
|
@change="handleInputChange"
|
||||||
|
:aria-label="value"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue