accessible
Here are 94 public repositories matching this topic...
-
Updated
May 23, 2020 - JavaScript
It would be nice to have a "kitchen sink" page with all the components displayed, would make discovering the components easier instead of having to click each link in the navigation one by one.
Bug
-
The steps to reproduce the issue, e.g.:
- Focus on the input field in FireFox
- Type
c, and wait for suggestions to appear - Press test button
- Click outside the container to close suggestions
Observed behaviour: Suggestions stay open
Expected behaviour: Suggestions should be closed
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
This is a really minor issue, but hopefully will also be an easy fix.
Because of recent physical workspace set up changes, I've been experimenting with docking Optikey to the bottom of my screen (rather than the top, as has been my preference in the past).
With Optikey set up this way (docked to the bottom), the expand dock and collapse dock icons on the mouse keyboard appear to be drawn for
Using Samsung Note9 Chrome lastest on github page.
Change phone into landscape mode and try the url example, you will see no copyright at the bottom, try in portrait and you do.
I believe this to be because the address bar on mobile reduces available height but window height includes adressbar space. In landscape mode there is no extra margin so the URL example page gets truncated by that amou
According to the relevant authoring practices documentation:
If the tab list is horizontal, it does not listen for
Down ArroworUp Arrowso those keys can provide their normal browser scrolling functions even when focus is inside the tab list.
At first glance it made perfect sense to map those keys to allow tab navigation, but
Add unit tests
I'm thinking we should probably add some mechanism to the README for people to be able to donate to the project, such as Patreon.
-
Updated
Aug 8, 2019 - JavaScript
-
Updated
Jan 8, 2020 - JavaScript
-
Updated
Oct 21, 2019 - JavaScript
-
Updated
Aug 27, 2017 - JavaScript
-
Updated
Nov 25, 2019 - JavaScript
Currently, the documentation site https://dowjones.github.io/react-dropdown-tree-select/ is housed under docs folder.
The advantages of this approach are:
- easier to do at the start of the project
- one package.json for dependencies (easier to manage)
- examples closer to source
- easier to test changes while developing locally
Disadvantages
- biggest one being the confli
-
Updated
Mar 9, 2020 - JavaScript
We should get rid of template-parts/content-*.php files because we don't use those in projects. Instead, we should add content-modular.php to the theme as it is used in every project.
Are you reporting a bug?
renderInputComponent is not optional? when it's undefined it should render the default input component. For now I have to do this
if (custom) {
return (
<Autosuggest
{...props}
renderInputComponent={() => this.customComponent()}
/>
)
}
return `<Autosuggest {...props} renderInputComponent={() => this.customComponent()} />`
`
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
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
-
Updated
May 8, 2020 - TypeScript
-
Updated
Jul 4, 2017 - Java
-
Updated
Nov 16, 2019 - JavaScript
Need to tighten up the mobile layout of the site so it's actually nice to look at and easy to read.
Also need to swap to an off canvas nav for mobile
-
Updated
Mar 14, 2020 - TypeScript
-
Updated
May 16, 2020 - JavaScript
-
Updated
May 16, 2018 - JavaScript
-
Updated
Mar 12, 2020 - TypeScript
The table view should be extended for more filter possibilities on top of the existing full text search field.
- filter on a field by clicking on a value in a column
- list of editable filters (edit operator and value)
- download the filtered results in the supported formats, cf koumoul-dev/data-fair#93
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."
Follow up from #4453
Currently, documentation for
<b-table>really only discusses and provides examples for therow-selectedevent:https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the
row-clickedevent is mentioned are:https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re