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

Thanks for your time in creating this lib! :) ------- According to the docs' for noCascade: > If true, toggling a parent node will not cascade its check state to...

bug
documentation

Fixes #162 See the commit for implementation details. I also had to temporarily disable scss-lint, since I don't have it installed. Outstanding items: * [ ] Figure out why styling...

Arrow navigation, space bar checking, etc.

enhancement

At the moment, it would appear that defining `expandOnClick={true}` has no effect unless `onClick` is also defined. The doc examples indicate this as well. In our system, we are using...

enhancement

Wrote this because I wanted to do something that looks like [GitHub token creator](https://github.com/settings/tokens/new). It does what was mentioned in #13, particularly the 2nd model: > 2. **Record upper-most nodes...

**Describe the bug** I have react version as 17.0.1 and this package is not getting installed. This is the error npm WARN ERESOLVE overriding peer dependency npm WARN Found: [email protected]...

dependencies

In the checkbox tree, all toggle buttons with same aria-label "Toggle" . Screen reader announces "Toggle" for each item which would confuse customers. Can we append item text to the...

bug
verified

Trying to get react-checkbox-tree(1.6.0) to play nicely, but getting the following error in the browser console: ``` React.createElement: type is invalid -- expected a string (for built-in components) or a...

question

Currently, here are my use-cases: - When I select a Parent, the children will not be selected. - If I select a child, its ancestors will have a halfCheck. -...

enhancement

**Uncaught TypeError: e[n].forEach is not a function** The main tree is working but to show the children is the problem following the example at npm website **Expected to show sub...

question