brimdata / react-arborist

The complete tree view component for React
MIT License
3.04k stars 139 forks source link

Tree Structure Issues with Modal Box #257

Open gokulvij opened 3 months ago

gokulvij commented 3 months ago

We are using the React-Arborist tree structure for the sidebar. Inside the tree, we added a modal box that pops up when the add button is clicked. However, in the modal, we can't type spaces in the input box. When we use the modal outside of the tree, it works properly.

gokulvij commented 3 months ago

Screenshot 2024-07-08 142715 Screenshot 2024-07-08 144601

gokulvij commented 3 months ago

we can't type spaces in the input box, copy paste only naming space working

gokulvij commented 3 months ago

how to "Space" keyboard navigation disable.