react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
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...
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...
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...
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]...
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...
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...
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. -...
**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...