react-autosuggest icon indicating copy to clipboard operation
react-autosuggest copied to clipboard

role="combobox" should be on input instead of container for better UX

Open simonhermann opened this issue 2 years ago • 0 comments

The combobox role works better when used on input, e.g. VoiceOver will not say the number of entries when on container.

Observed behaviour: when selecting an entry, VoiceOver reads "Entry 1, clickable"

Expected behaviour: with combobox on input instead, VoiceOver reads "Entry 1, selected (1 of 10)"

simonhermann avatar Jun 12 '23 16:06 simonhermann