react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

Navigate tree using keyboard interactions

Open JQrdan opened this issue 4 years ago • 1 comments

Is it possible to traverse a json object using just a keyboard? This includes being able to hit space/enter in order to expand/collapse a section of the tree.

image

If not, this feature would be extremely useful from an accessibility standpoint as our project uses this component as a JSON viewer that may have very large objects that become inaccessible to keyboard-only users

JQrdan avatar Apr 27 '21 08:04 JQrdan

See https://github.com/mac-s-g/react-json-view/pull/383

dutzi avatar Oct 15 '21 20:10 dutzi