-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat(components): add label and validation hint to RadioButtonGroup #665
feat(components): add label and validation hint to RadioButtonGroup #665
Conversation
…roup feature/add-label-validation-hint-radio-button-group feature/add-label-validation-hint-radio-button-group
1c5b525
to
36d36b9
Compare
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sumup-oss/circuit-ui/qki9hm9sj |
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.
Thank you for this valuable contribution @Inkyov!
There are a few issues with the markup. Let me know if you have questions about my comments.
Codecov Report
@@ Coverage Diff @@
## canary #665 +/- ##
==========================================
+ Coverage 93.52% 93.54% +0.02%
==========================================
Files 131 131
Lines 2240 2247 +7
Branches 657 658 +1
==========================================
+ Hits 2095 2102 +7
Misses 119 119
Partials 26 26
|
e432390
to
a93e2a9
Compare
feature/add-label-validation-hint-radio-button-group feature/add-label-validation-hint-radio-button-group feature/add-label-validation-hint-radio-button-group
a93e2a9
to
ee1ea10
Compare
feature/add-label-validation-hint-radio-button-group feature/add-label-validation-hint-radio-button-group
4ce6276
to
5482d6d
Compare
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.
Perfect 🥇 Thank you so much for polishing this!
🎉 This PR is included in version 2.1.0-canary.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Purpose
Add label and validation error to the RadioButtonGroup component
Approach and changes
label
InlineMessage
to show theValidationHint
Definition of done