-
Notifications
You must be signed in to change notification settings - Fork 204
feat: Add ariaControls prop to RadioGroup #659
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: Add ariaControls prop to RadioGroup #659
Conversation
c58a3e7 to
80516a9
Compare
80516a9 to
6c9784e
Compare
Codecov ReportBase: 92.98% // Head: 92.98% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #659 +/- ##
=======================================
Coverage 92.98% 92.98%
=======================================
Files 574 574
Lines 16782 16783 +1
Branches 4632 4632
=======================================
+ Hits 15604 15605 +1
Misses 1101 1101
Partials 77 77
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
cf78290 to
e90d8dc
Compare
a8ed001 to
612efe6
Compare
612efe6 to
518bcd9
Compare
518bcd9 to
36e4e34
Compare
36e4e34 to
4cc79e6
Compare
Description
This PR adds the
ariaControlsprop to RadioGroup component.This should allow users to implement a progressive disclosure pattern AND make it accessible.
NOTE: The API documentation needs to reviewed and potentially changed; hold off on merging just yet.approvedRelated links, issue #, if available: n/a
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md.CONTRIBUTING.md.Security
checkSafeUrlfunction.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.