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
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>).
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:
The text was updated successfully, but these errors were encountered: