palantir / blueprint

A React-based UI toolkit for the web
https://blueprintjs.com/
Apache License 2.0
20.51k stars 2.15k forks source link

Tree keyboard navigation #6860

Open evansjohnson opened 1 week ago

evansjohnson commented 1 week ago

Code Sandbox

https://blueprintjs.com/docs/#core/components/tree

Steps to reproduce

Try to use keyboard to interact with the tree, nothing is focusable

Actual behavior

Not able to focus and navigate around Tree component

Expected behavior

Should be able to use keyboard nav to interact with and navigate around Tree

Possible solution

Add keyboard nav, following https://www.w3.org/WAI/ARIA/apg/patterns/treeview/examples/treeview-navigation/ or similar