-
Updated
May 25, 2022 - TypeScript
wai-aria
Here are 109 public repositories matching this topic...
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 18, 2022 - JavaScript
🐛 Bug Report
In my next.js where I'm adding in React Spectrum, I placed the <Provider/> in my /pages/_app.tsx:
<SSRProvider>
<Provider>
{/* ... */}
</Provider>
</SSRProvider>-
Updated
May 27, 2022 - TypeScript
-
Updated
May 19, 2022
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 26, 2022 - JavaScript
-
Updated
Apr 28, 2022 - JavaScript
I'm submitting a ...
- bug report
- feature request
- support request
What is the current behavior?
Keyboard control works great, but still lacking many accessibility features.
What is the expected behavior?
vue-simple-suggest to be more screen reader friendly.
Including:
- Necessary aria tags
- Using a
ulandlitags for suggestions
-
Updated
Oct 16, 2019 - JavaScript
core package depends on some external packages which required to be installed to node_modules. Because I did not declare these external packages explicitly, Rollup warns about it when compiling.
-
Updated
May 26, 2022 - HTML
-
Updated
May 6, 2022 - Svelte
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
May 5, 2022 - TypeScript
-
Updated
Oct 11, 2018
-
Updated
Feb 16, 2019 - JavaScript
-
Updated
Nov 25, 2021 - Clojure
-
Updated
Jul 15, 2017 - JavaScript
-
Updated
Mar 28, 2022 - Svelte
-
Updated
May 2, 2022 - Svelte
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Dec 9, 2016
-
Updated
Sep 7, 2018 - JavaScript
-
Updated
Apr 4, 2019
Improve this page
Add a description, image, and links to the wai-aria topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wai-aria topic, visit your repo's landing page and select "manage topics."

This is a question/request, but I am happy to try to contribute if you can point me in the right direction :)
I notice when using
useSelect, if I have a number of entries in the Select dropdown like "San Francisco", "San Diego", and "San Antonio", If I type "San F", it doesn't select the appropriate entry because the space key causes the dropdown to close. So - is there a way to prevent this