Skip to content

Commit

Permalink
fix(Radio): put back id for label selection
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 7, 2023
1 parent 7c157ce commit 9b3a22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/forms/Radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div :class="wrapperClass">
<div class="flex items-center h-5">
<input
:id="`${name}-${value}`"
v-model="pick"
:name="name"
:required="required"
Expand Down

0 comments on commit 9b3a22e

Please sign in to comment.