You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 orDropdown
would also help.The text was updated successfully, but these errors were encountered: