We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node version: v18.20.3 Radix Vue version: 1.9.12 Vue version: 3.5.13 Client OS: macOS 12.7.6 Browser: Chromium Engine Version 131.0.6778.265
https://www.shadcn-vue.com/docs/components/radio-group#form
After running the axe devtools on RadioGroup component there are errors due to RadioItems having inputs inside the button.
input
button
shadcn-vue example
The expected behaviour should be that the input is outside the button. An example of this can be seen in the react shadcn examples.
https://ui.shadcn.com/docs/components/radio-group/#form
No response
The text was updated successfully, but these errors were encountered:
@zernonia I can create a PR for this but not too sure if this would cause too many breaking changes for current users
Sorry, something went wrong.
No branches or pull requests
Environment
Link to minimal reproduction
https://www.shadcn-vue.com/docs/components/radio-group#form
Steps to reproduce
Describe the bug
After running the axe devtools on RadioGroup component there are errors due to RadioItems having
input
s inside thebutton
.shadcn-vue example
Expected behavior
The expected behaviour should be that the
input
is outside thebutton
. An example of this can be seen in the react shadcn examples.https://ui.shadcn.com/docs/components/radio-group/#form
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: