We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c345bb4 commit 91f05efCopy full SHA for 91f05ef
packages/radio/src/radio.vue
@@ -26,7 +26,7 @@
26
class="el-radio__original"
27
:value="label"
28
type="radio"
29
- aria-hidden="true"
+ role="presentation"
30
v-model="model"
31
@focus="focus = true"
32
@blur="focus = false"
0 commit comments