-
Updated
Apr 22, 2022 - TypeScript
accessible
Here are 145 public repositories matching this topic...
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Apr 21, 2022 - 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
Apr 22, 2022 - C#
-
Updated
Apr 22, 2022 - TypeScript
-
Updated
Mar 4, 2022 - HTML
-
Updated
Apr 22, 2022 - TypeScript
-
Updated
Apr 19, 2022 - TypeScript
-
Updated
Feb 26, 2019 - CSS
-
Updated
Apr 21, 2022 - CSS
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Apr 19, 2022 - TypeScript
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 21, 2022 - HTML
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Aug 27, 2017 - JavaScript
currently I am trying to:
bind:values={[$volume]}...but I get the following error:
Can only bind to an identifier (e.g. `foo`) or a member expression (e.g. `foo.bar` or `foo[baz]`) (59:3)
...and I honestly only need one value for my use cases (volume slider and timeline, which you have expressed reservations about :-)
so, would it be possible to add a `value
-
Updated
Apr 21, 2022 - TypeScript
-
Updated
Apr 21, 2022 - PHP
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Apr 19, 2022 - TypeScript
Update focus styles
When focusing an active accordion trigger a unique focus style should be available
This should just require a new css focus selector for the button when in the aria-expanded state
Improve this page
Add a description, image, and links to the accessible topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the accessible 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