label tag not working with auro-radio #588
knork-alaska
started this conversation in
General Auro ideas
Replies: 2 comments
-
Hey @knork-alaska ! thanks for creating this ticket :) I'm summarizing what I understand here from your question - can you make sure we're on the same page?
<label for="some-radio">
Label text/elements here
</label>
<auro-radio id="some-radio">
Initial solution:
<auro-radio id="some-id">
<p>My complex markup</p>
<small>Some sublabel</small>
</auro-radio> |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've created a ticket for this here! The team will likely discuss this more before doing some work on it, as there might be some more to this feature than meets the eye. We don't want to over-promise something! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using a label tag - - for an auro-radio, the label does not function as expected and does not select the radio it is "for" when the text is clicked. I would like to wrap 2 lines, a label and a sub-label with a label tag and have it select the radio it is associated with.
Beta Was this translation helpful? Give feedback.
All reactions