-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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(accordion): add key navigation to accordion #3993
feat(accordion): add key navigation to accordion #3993
Conversation
Codecov Report
@@ Coverage Diff @@
## development #3993 +/- ##
===============================================
- Coverage 72.25% 72.21% -0.05%
===============================================
Files 252 252
Lines 8237 8237
Branches 1565 1565
===============================================
- Hits 5952 5948 -4
- Misses 1865 1867 +2
- Partials 420 422 +2
Continue to review full report at Codecov.
|
Please, add link to issue, due to what this PR was created. |
@YevheniiaMazur fixed |
Not clear: do you mean open accordion with Enter key and close it by Space key? |
@YevheniiaMazur I've change description |
9194279
to
689f910
Compare
… into docs-add-key-navigation-accordion
689f910
to
c64131b
Compare
Tested, looks good |
when accordion title is focused, press Enter or Space button - and accordion's content open or close.
You can try it in accordion (component) section in the demo.
closes #3992