leaflet-fusesearch icon indicating copy to clipboard operation
leaflet-fusesearch copied to clipboard

[accessibility] The search component isn't keyboard operable

Open Malvoz opened this issue 4 years ago • 0 comments

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:

Malvoz avatar Jan 18 '21 16:01 Malvoz