You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: