Skip to content
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

Dropdown accessibility #3353

Merged
merged 14 commits into from
Jan 25, 2023
Prev Previous commit
Next Next commit
Update src/pages/components/dropdown/accessibility.mdx
Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com>
  • Loading branch information
mbgower and laurenmrice authored Jan 25, 2023
commit 3c6bd4a0e56e71861baf436f3187bdf84ad934ad
2 changes: 1 addition & 1 deletion src/pages/components/dropdown/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ open the list of options, as will typing any character or string of characters
(which will also filter the list to only show items that match the typed
string). Pressing `Esc` will clear the input and collapse the list. Pressing
`Enter` will select a highlighted option and collapse the list. (If nothing is
highlighted in the list, pressing `Enter` will just toggle the combo box open
highlighted in the list, pressing `Enter` will toggle the combo box open
and closed.) `Space` cannot be used for selecting, as pressing it will submit a
space character into the filter string.

Expand Down