-
Updated
Nov 22, 2021 - TypeScript
wai-aria
Here are 105 public repositories matching this topic...
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Nov 18, 2021 - JavaScript
Examples
Opening this issue in case anyone wants to help. Recently, we've configured Storybook to import files from __examples__ folders inside Reakit component folders. This is how we're doing it:
Thos
-
Updated
Nov 20, 2021
-
Updated
Oct 25, 2021 - JavaScript
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Oct 5, 2021 - 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
Nov 20, 2021 - HTML
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Oct 30, 2021 - Svelte
-
Updated
Oct 11, 2018
-
Updated
Feb 16, 2019 - JavaScript
-
Updated
Nov 19, 2021 - Clojure
-
Updated
Jul 15, 2017 - JavaScript
-
Updated
Dec 9, 2016
-
Updated
Oct 31, 2021 - Svelte
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Sep 7, 2018 - JavaScript
-
Updated
Apr 4, 2019
-
Updated
Nov 15, 2021 - Svelte
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."



I need to use combobox for "allowsCustomValue", So I need to trigger event whenever a ENTER key is pressed (not on input change/ selection change) & check the TextEdit value at the time of enter & run command accordingly.
OnSelectionChange/ OnInputChange wont be helpful in this case as we have a requirement to trigger event with custom TextEditValue on pressing Enter.