-
Notifications
You must be signed in to change notification settings - Fork 646
SelectPanel: Accessibility remediation #2138
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
a09b8f3
Change deprecated/ActionList semantics
5dceefa
Remove item selection via Enter key
f00baae
Handle focus on deprecated/ActionList
5e0c3aa
Adapt deprecated/ActionMenu prop
a7e3b74
Update deprecated/ActionList tests and stories
bc30a7b
Update deprecated/ActionList docs
1fa7658
Remove focusZone from the FilteredActionList component
2ab0a6c
Add sr-only description for input in the FilteredActionList component
19afe42
Adapt SelectPanel: semantics, visual layout, add title, close button,…
94b7ef0
Update SelectPanel test snap
d0d1eca
Update deprecated/ActionList axe test
f851e04
Update deprecated/ActionList axe test
f29a531
Reduce padding in SelectPanel header
dfd8096
Delete commented code
2dbe48b
Update stories, Add ESC reset functionality
d28b90d
Add changeset (breaking change)
4c54d8a
Preselect items on the SelectPanel docs that aren't the first ones
hectahertz 81bd886
Use Heading instead of h1 on SelectPanel
hectahertz 9fcaee3
Don't use selected items as the SelectPanel anchor label
hectahertz db16c68
Replace custom SrOnly with VisuallyHidden
hectahertz a77f78c
Make the SelectPanel example dimensions larger
hectahertz 7d01c0d
Support setting the selected items asyncronously
hectahertz 422d451
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz 0144a21
Fix new select panel issues (#2147)
camchenry f6f2043
Remove unsupported PageUpDown bindkeys from useFocusZone
hectahertz 9ac7b32
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz a304177
Remove console.debug
hectahertz 2cff0c0
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz e3f07a6
Make `title` and `inputLabel` optional with defaults
hectahertz ce4715d
Remove unused prop
hectahertz 2669c4f
Add a placeholder prop for the search input
hectahertz a838425
Make footer buttons smaller
hectahertz a4d209e
Use `ButtonClose`
hectahertz 1ae651a
Better default title for multiselect `SelectPanel`
hectahertz 76c576e
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz e71bad8
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz 266eab4
Fix lint warnings
hectahertz 8f445ab
Merge branch 'primer/issues/1021/reeact-select-panel' of https://gith…
hectahertz d4136cc
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz ee5f515
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz e6f6297
Fix the AutocompleteMenu tests
hectahertz a591223
Merge branch 'primer/issues/1021/reeact-select-panel' of https://gith…
hectahertz 9c7e894
Fix lint error
hectahertz 54db5ef
Fix MarkdownEditor tests, remove one for old behavior
hectahertz b828d90
Merge branch 'main' into primer/issues/1021/reeact-select-panel
hectahertz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@primer/react': minor | ||
| --- | ||
|
|
||
| Accessibility fixes for SelectPanel. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should
role="option"be the default value?