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
Property label_direction in <Radio.Group /> component doesn't do anything when changing its value(vertical or horizontal)
label_direction
<Radio.Group />
vertical
horizontal
Steps to reproduce the behavior:
https://codesandbox.io/s/confident-gianmarco-5kjpdk?file=/src/App.tsx
The text was updated successfully, but these errors were encountered:
fix: fix vertical label_direction for Radio group and ToggleButton group
fc21c1f
Thank You @langz for reporting. - Fixes #2844 [CSB](https://codesandbox.io/s/confident-gianmarco-5kjpdk?file=/src/App.tsx) - Fixes #2843 [CSB](https://codesandbox.io/s/silent-shadow-q4ksmh?file=/src/App.tsx)
🎉 This issue has been resolved in version 10.14.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 Bug Report
Property
label_direction
in<Radio.Group />
component doesn't do anything when changing its value(vertical
orhorizontal
)To Reproduce
Steps to reproduce the behavior:
https://codesandbox.io/s/confident-gianmarco-5kjpdk?file=/src/App.tsx
The text was updated successfully, but these errors were encountered: