react-arborist
react-arborist copied to clipboard
Inline create button?
trafficstars
Does this library support inline create buttons, on each tree item?
Ie, I want a + button to allow insertion of tree items at the appropriate place.
While I can add a <button> in my custom Node renderer I'm unable to easily move focus to it via the keyboard, so it seems this isn't something I should do.