-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(selectable-tile): change divs inside label to span #4745
Conversation
Deploy preview for the-carbon-components ready! Built with commit 38ef59c https://deploy-preview-4745--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 38ef59c |
Deploy preview for carbon-components-react ready! Built with commit 38ef59c https://deploy-preview-4745--carbon-components-react.netlify.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 - Thanks @abbeyhrt! Just curious, does the same thing apply to single-selectable tile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<RadioTile>
probably needs this change as well right?
@asudoh maybe but I'm not sure what you mean by "single-selectable tile", could you clarify for me? |
@emyarod yeah it does! I'll make that change. 👍 |
@abbeyhrt Would you try searching for |
Thanks @abbeyhrt for the update! |
Closes #3369
According to the issue, it is invalid HTML markup to have a
div
inside of alabel
so I changed them tospan
Changelog
Changed
div
->span
Testing / Reviewing
Make sure the SelectableTile looks the same and is still functioning properly