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

list links, checkboxes, and radios not keyboard navigatable.

Open bcullman opened this issue 6 years ago • 2 comments

Description

For lists, seen here: https://sap.github.io/fundamental-react/listGroup

There are some simple reasons why they are not currently keyboard navigate-able, and they dont require JS to fix. for example

under simple list the links are not navigate-able because the underlying <a> tags are missing href attributes. add those in, that the links will be tab-able

under List with Checkboxes the checkboxes are not navigate-able because the checkbox label for attribute is not set up properly. if this was fixed, the checkboxes would be tub-able.

Versions

fundamental-react: 0.4.0 fiori-fundamentals: 1.4.3

bcullman avatar Mar 05 '19 22:03 bcullman

List: navigable via arrow keys - look at ComboBox dropdown

jbadan avatar Sep 01 '20 21:09 jbadan

https://www.w3.org/TR/wai-aria-practices-1.1/examples/menubar/menubar-1/menubar-1.html

prsdthkr avatar Sep 01 '20 21:09 prsdthkr