react-checkbox-tree icon indicating copy to clipboard operation
react-checkbox-tree copied to clipboard

A simple and elegant checkbox tree for React.

Results 146 react-checkbox-tree issues
Sort by recently updated
recently updated
newest added

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...

question

It would be really nice if we could do the following: ```jsx onCheck = (newChecked, selectedNode) => { const { requiredKey } = selectedNode; const { myCustomKey } = selectedNode.extraKeys;...

enhancement

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,

enhancement

**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...

bug

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...

enhancement

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

enhancement

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...

enhancement

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 )

enhancement

This component would be much more useful if it supported drag and drop. The following methods are recommended: - onDragEnd - onDragEnter - onDragLeave - onDragOver - onDragStart - onDrop...

enhancement