Skip to content

Commit 04557da

Browse files
committed
fix(radio): [radio] fix using aria-hidden="true" on focusable elements
1 parent 38b8899 commit 04557da

File tree

1 file changed

+0
-1
lines changed
  • packages/vue/src/radio/src

1 file changed

+0
-1
lines changed

packages/vue/src/radio/src/pc.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
class="tiny-radio__original"
4242
:value="label"
4343
type="radio"
44-
aria-hidden="true"
4544
v-model="state.model"
4645
@focus="state.focus = true"
4746
@blur="state.focus = false"

0 commit comments

Comments
 (0)