You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if the help text, that's usable for URadio, was usable when passing options to URadioGroup. For example, something like this should be possible:
<scriptsetuplang="ts">constoptions=[{value: 'email',label: 'Email',help: 'We will send you an email'},{value: 'push',label: 'Push notification',help: 'We will send you a push notification'}]constselected=ref('sms')</script><template><URadioGroupv-model="selected" legend="Choose something" :options="options" /></template>
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
It'd be nice if the help text, that's usable for
URadio
, was usable when passing options toURadioGroup
. For example, something like this should be possible:Additional context
No response
The text was updated successfully, but these errors were encountered: