We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11335e commit 9b89cffCopy full SHA for 9b89cff
src/cascader/cascader.wxml
@@ -19,7 +19,7 @@
19
class="{{name}}__step"
20
bind:tap="onStepClick"
21
data-index="{{index}}"
22
- aria-role="{{ item === defaultOptionLabel ? 'text' : 'button' }}"
+ aria-role="{{ item === defaultOptionLabel ? 'option' : 'button' }}"
23
aria-label="{{ item === defaultOptionLabel ? item : '已选中,' + item }}"
24
>
25
<view
0 commit comments