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

Clarify relationship between SingleSelect, Dropdown and native select. #739

Open
danielck opened this issue May 30, 2023 · 0 comments
Open

Comments

@danielck
Copy link
Contributor

danielck commented May 30, 2023

The Problem

Both Dropdown and SingleSelect appear to solve the same problem of selecting a single option from a dropdown list. At least on the surface, the only difference is that the SingleSelect is actually a combobox with autocomplete. The SingleSelect not working with VoiceOver on Safari/macOS is a pretty big issue.

Proposed Solution

Discourage use of SingleSelect in documentation until Safari with VoiceOver/macOS is fixed. Encouraging the use of a native select variant of this component or Dropdown would also help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant