list links, checkboxes, and radios not keyboard navigatable.
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
List: navigable via arrow keys - look at ComboBox dropdown
https://www.w3.org/TR/wai-aria-practices-1.1/examples/menubar/menubar-1/menubar-1.html