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

fix search filter file to folder change to file to filt

When I input the filter, the sub icon changes and I get one more dabbs, but I don't have any data.

This restructure moves the tree state into a `TreeModel`. `CheckboxTree` and other React components display the tree. `CheckboxTree` is an _uncontrolled_ component. The state is stored in a context and...

Hello, In our project we want to have a functionality where in when a parent with children is checked then expand all its children. So is it possible to do...

question

Does this library have built in function for filtering without make function for filtering itself?

this is my sample. https://codesandbox.io/s/react-checkbox-tree-example-forked-fdq7gl?file=/src/components/Widget.js I have many tabs in my own page. So if i checked a value and click another tab and come again to treeview tab my...

question

Hi @jakezatecky , If all the childrens are selected, then I just need parent value of it rather than all checked values. Could you please let me know the way...

question

On every click of the label, if the children is empty we are making api call to fetch the children of that particular label and append data to clicked label....

enhancement

Hi Jack, I want to implement a users dropdown. Each users have certain deals which I need to display. However the cascading behavior is not per my requirement. Clicking on...

enhancement

Bumps [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) from 2.15.2 to 3.6.0. Release notes Sourced from html-bundler-webpack-plugin's releases. v3.5.5 Cumulative Release v3.5.1 - v3.5.5 Bug Fixes Fixed parsing the data passed via query in JSON notation,...

dependencies