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

When i add the children。 if children is empty, treeview will not show the new children. if children has one or more children , it got Cannot read property 'isParent'...

bug
question
verified

It would be very useful to have the capability which lets you explicitly define if we want a node's checkbox to be in indeterminate state. Something like: `{ value:'', label:'',...

enhancement

Hello Everyone So guys, i have a simple question I want some another scenario when i click on any child then related parent should be checked automatically and it should...

question

I want to check all the checkbox with outside checkbox. It is possible now ?? If not will you consider doing that ??

enhancement
question

#### Hello Everyone So guys, i have a simple question here we have parents/child tree ```bash ── Grand Parent │ └── Parent #when i click here it select all the...

enhancement
question

Hi, There are about more the 35000 tree nodes. When ever I try to load, browser throws an error of long script and becomes unresponsive. Was wondering is there any...

help wanted
performance

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.1 to 14.11.0. Release notes Sourced from stylelint's releases. 14.11.0 Added: ignoreAfterCombinators: [] to selector-max-universal (#6275). Fixed: createPlugin type definition (#6264). Fixed: alpha-value-notation false negatives for SVG...

dependencies

Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 17.0.2 to 18.2.0. Release notes Sourced from react-test-renderer's releases. 18.2.0 (June 14, 2022) React DOM Provide a component stack as a second argument to onRecoverableError. (@​gnoff in...

dependencies

**Describe the bug** Upgraded from version 1.6.0 to version 1.7.3. My data set contains some leaf nodes with duplicate value. This was working perfectly fine in 1.6.0 with the tree...

enhancement

I wish there was a single selection. Maybe I didn't look well.

question