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

after build to show error: Uncaught TypeError: Super expression must either be null or a function.

question

Hi, Is there any basic example that use react hooks ? Cheers

question

Hello, I have an array like this: `["Africa/Abidjan", "Africa/Accra", "America/Argentina/Cordoba", "America/Argentina/Jujuy"]` I am able to convert it to an array of nodes: ``` [ { label: "Africa", value: "africa", children:...

enhancement

I need to display text in a tooltip based on label value. Is there any way to do it?

question

Filtering of the nodes is working as supposed to be. But we re unable to select/unselect a node after filtering.

bug

Hi friends, I updated the following Example to fix #196 issue. If Instead of passing an empty array as a child, we don't pass children, this issue won't occur. I...

See https://github.com/jakezatecky/react-checkbox-tree/issues/196 There is a strange behaviour for the leaf node. On first render, there are correctly set as a leaf with a `children: undefined` property. But after filtering, they...

Hi guys, my request is the below: there is a way to change the single node value directly from the tree? I've searched and I've tried to change the value...

question

In the filter example (https://jakezatecky.github.io/react-checkbox-tree/) I noticed a strange behavior when filtering and checking. Taking the example at the link, if you (from the initial default state) uncheck the first...

bug

**Note:** This is more like a question if this feature is already present and I don't know otherwise you can consider this as a feature request. Currently, when we have...

question