react-checkbox-tree
react-checkbox-tree copied to clipboard
can't uncheck parent with disabled children
Describe the bug its not possible to uncheck a parent node if one or more belonging children are disabled.
Reproduction steps
- create parent node and child nodes and make one or more children disabled
- check the parent node with disabled children (making it half checked)
- try to uncheck the parent node
Expected behavior i expect the parent node to uncheck and making all the children nodes unchecked aswell
any workaround regarding this issue ? :/