-
-
Notifications
You must be signed in to change notification settings - Fork 846
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
Radio Button Size Attribute Not Working #1315
Comments
A missing Instead of setting the size on radios and radio buttons, set it on the radio group instead: <sl-radio-group label="Select an option" size="large" value="1">
<sl-radio value="1">Large 1</sl-radio>
<sl-radio value="2">Large 2</sl-radio>
<sl-radio value="3">Large 3</sl-radio>
</sl-radio-group> Note that the While this was fixed in 2.4.0, I neglected to update the examples in the docs. This has been fixed in f136b8e. I hope that helps! |
This reverts commit 271b6bb.
This reverts commit 271b6bb.
The Size attribute for the Radio Button (https://shoelace.style/components/radio-button) doesn't work in 2.4.0. They are all set to 'Medium' despite having different sizes applied. This can be seen in website page above.
Seems to be working in version 2.3.0.
The text was updated successfully, but these errors were encountered: