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

Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.0.3. Release notes Sourced from chai's releases. v5.0.3 Fix bad v5.0.2 publish. Full Changelog: https://github.com/chaijs/chai/compare/v5.0.2...v5.0.3 v5.0.2 What's Changed build(deps): bump nanoid and mocha by @​dependabot...

dependencies

Bumps [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) from 2.15.2 to 3.4.11. Release notes Sourced from html-bundler-webpack-plugin's releases. v3.4.6 Cumulative Release v3.2.0 - v3.4.6 Features Added support for Twig templating engine. Added support for the template...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 24.0.0. Release notes Sourced from jsdom's releases. Version 24.0.0 This release reverts our selector engine back to nwsapi. As discussed in #3659, the performance regressions...

dependencies

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.11.0 to 16.2.0. Release notes Sourced from stylelint's releases. 16.2.0 Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke). Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria). Fixed: declaration-property-value-no-unknown false...

dependencies

Replaced the full lodash dependency with only the specific lodash modules needed in order to minimize the dependencies.

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.3 to 14.0.0. Release notes Sourced from sass-loader's releases. v14.0.0 14.0.0 (2024-01-15) ⚠ BREAKING CHANGES removed fibers support minimum supported Node.js version is 18.12.0 (627f55d) Changelog Sourced...

dependencies

Hello. After a filtering search, the filtered node is not immediately visible. (the filtered node's parent nodes is not expanded) If all the parent nodes of the filtered node are...

Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.3 to 3.0.2. Release notes Sourced from browser-sync's releases. v3.0.2 What's Changed fix: dist path by @​bufo24 in BrowserSync/browser-sync#2054 fix ui-external url by @​qdirks in BrowserSync/browser-sync#1970 New...

dependencies

**Describe the bug** Hello, I'm utilizing the library to display a checkbox list with extensive data. However, I'm encountering an aesthetic challenge. I aim to display a half-checked icon in...

any thoughts on how to implement async loading ? onExpand could be used to load data but no loading animation while the user waits, unless icons are overriden ? has...