James Kerr
James Kerr
Ugg, not yet. We need to fix this in safari. Is that the browser you're using?
I need to think this through again. The reason had to do with keyboard navigation. If the tree has focus, you use the up and down arrows to change focus,...
Thanks for your contribution. You may be trying to achieve something else, but the feature of dropping a node as a sibling to an open folder is already possible. You...
I think I see what you mean. If you could provide a demo of the library not working, that would be helpful. I'll need to test this. Thanks for the...
Ok, I think I see the issue here. If anyone would like to make a demo showcasing how to have a tree full of open nodes, that would help move...
I have not had a chance to work on this. It is possible to with the existing api though. You'll have to fully control the data and the data handlers.
Can you expand on what exactly you need from the new tree? The number of results?
Yeah, I should at least put some docs up on how to perform these types of filtering. This has come up three times now.
You could change the tabIndex on your inline button when the row receives focus. Could that work? You could also listen for a particular key to create an item when...
Yeah, the behavior mimics the "defaultValue" prop in React's input elements. The user provides the initial value, then the component takes responsibility for the state as it changes. It no...