Skip to content

Commit

Permalink
fix: Remove aria-hidden on a focused element
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdaodao committed Aug 8, 2024
1 parent c345bb4 commit 80451f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/radio/src/radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
class="el-radio__original"
:value="label"
type="radio"
aria-hidden="true"
v-model="model"
@focus="focus = true"
@blur="focus = false"
Expand Down

0 comments on commit 80451f1

Please sign in to comment.