react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
Bumps [eslint-config-takiyon-react](https://github.com/takiyon-org/eslint-config-takiyon-react) from 3.0.0 to 5.0.0. Commits 36349eb Release v5.0.0 021a106 Upgrade to ESM and flat config ca0b301 Release v4 f69db91 Upgrade from defaultProps to default values in function arguments...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 5.0.6. Release notes Sourced from nanoid's releases. 5.0.6 Fixed React Native support. Changelog Sourced from nanoid's changelog. 5.0.6 Fixed React Native support. 5.0.5 Make browser’s...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.3 to 14.1.1. Release notes Sourced from sass-loader's releases. v14.1.1 14.1.1 (2024-02-19) Bug Fixes handle pkg: scheme (#1191) (c34c8e3) v14.1.0 14.1.0 (2024-01-30) Features add @rspack/core as an...
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
If I have to provide more space in 'rct-title' class or if I have to change the position of Button having class="rct-collapse rct-collapse-btn" how can we do it.
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.11.0 to 16.2.1. Release notes Sourced from stylelint's releases. 16.2.1 Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@ybiquitous). Fixed: custom-property-no-missing-var-function false...
**Describe the bug** its not possible to uncheck a parent node if one or more belonging children are disabled. **Reproduction steps** 1. create parent node and child nodes and make...
Full error: 'CheckboxTree' cannot be used as a JSX component. Its instance type 'CheckboxTree' is not a valid JSX element. The types returned by 'render()' are incompatible between these types....
I have two trees that I would like to sync up. The trees will be slightly different but will contain some nodes with the same id's. When I click a...