Open Malvoz opened 3 years ago
It's not possible to use the component using only a keyboard. The design pattern that the search component is using is an established pattern of the WAI-ARIA Authoring Practices, called listbox (effectively custom <datalist>).
<datalist>
They also provide an example component that is fully accessible, here: https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-collapsible.html
Potentially helpful resources:
It's not possible to use the component using only a keyboard. The design pattern that the search component is using is an established pattern of the WAI-ARIA Authoring Practices, called listbox (effectively custom
<datalist>
).They also provide an example component that is fully accessible, here: https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-collapsible.html
Potentially helpful resources: