CSR-568 fix voiceover reading incorrect information
Added aria-label to the input.
This commit is contained in:
parent
55dea7d240
commit
da7d727474
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
:aria-disabled="isDisabled"
|
||||
:disabled="isDisabled"
|
||||
:aria-required="isRequired"
|
||||
:aria-label="questionText"
|
||||
:class="[hasIcon ? 'has-icon' : '', iconRight ? 'icon-right' : '']"
|
||||
:validationRules="validationRules"
|
||||
@change="handleChange"
|
||||
|
|
|
|||
Loading…
Reference in a new issue