react-json-view
react-json-view copied to clipboard
Callback like onSelect but for property names
The onSelect callback is really useful, but it only triggers when the user clicks on a value.
From what I can see there is currently no way to detect a click on the property name.
Could you add something like onSelectProperty?
https://github.com/mac-s-g/react-json-view/issues/354 would provide similar, but alternate functionality
@rikimaru0345 do you know any solution for this?