Skip to content

Commit

Permalink
fix(RadioGroup): pass help prop to radio children
Browse files Browse the repository at this point in the history
Resolves #1313
  • Loading branch information
benjamincanac committed Feb 5, 2024
1 parent 6699a05 commit 5a5b284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/forms/RadioGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:label="option.label"
:model-value="modelValue"
:value="option.value"
:help="option.help"
:disabled="option.disabled || disabled"
:ui="uiRadio"
@change="onUpdate(option.value)"
Expand Down

0 comments on commit 5a5b284

Please sign in to comment.