-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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(Dropdown): allow selecting an item when pressing the spacebar #3702
feat(Dropdown): allow selecting an item when pressing the spacebar #3702
Conversation
Due to accessibility matters (and similarity to the native <select>), this adds the possibility to select an item via Spacebar and not only with Enter
💖 Thanks for opening this pull request! 💖 Here is a list of things that will help get it across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
Codecov Report
@@ Coverage Diff @@
## master #3702 +/- ##
==========================================
- Coverage 99.83% 99.83% -0.01%
==========================================
Files 175 175
Lines 3124 3121 -3
==========================================
- Hits 3119 3116 -3
Misses 5 5
Continue to review full report at Codecov.
|
native
|
The native |
@nelsonleite I have discussed this change also with Stardust UI team as there is also |
Due to accessibility matters (and similarity to the native ), this adds the possibility to select an item via Spacebar and not only with Enter