react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
There is a way to allow the click on a specific element (in example: `dir_root/some_children`) in order to avoid not secure click? In addiction to above example, it's pretty good...
It would be really nice if we could do the following: ```jsx onCheck = (newChecked, selectedNode) => { const { requiredKey } = selectedNode; const { myCustomKey } = selectedNode.extraKeys;...
Hola estoy usando la biblioteca en un proyecto de gis y es muy genial, quisiera ver adicional si se puede agregar un contextmenu en react-checkbox-tree,
**Describe the bug** Hello, I have got troubles when I filter the nodes with the search bar. All the checkboxes are checked are can't be unchecked, until filterText il cleared...
Thanks for this great library. I am using it in a project where I need to click not only on the label of the node, but on the node itself...
Hi, Is it possible to lazy loading child nodes when user clicks on expand icon? If yes, do you have any example for that? Thanks, Arun
Wondering if it is possible to have the same functionality but instead of having the top level nodes go from top to bottom, can it be vertical? For example: Current...
Value is a complex object in most cases. Not a string. Add 'key' filed to Mapkey Support for Object value delivery (checked Arr expanded Arr )
This component would be much more useful if it supported drag and drop. The following methods are recommended: - onDragEnd - onDragEnter - onDragLeave - onDragOver - onDragStart - onDrop...