Jake Zatecky

Results 169 comments of Jake Zatecky

Sorry, I will get to this eventually. I have not been touching this project much because there is an extremely esoteric and bizarre build issue I am having with node-gyp...

You can set the `expanded` property to be an array of all of the parent node keys. There is currently no option to expand every available node, but that is...

There is a property, `showExpandAll`, that will add a button to the top right of the component and allows users to collapse and open all nodes. For checking/unchecking all nodes,...

Not currently, no, but this is a possible enhancement that could be made to the core component.

The error being returned is very obscure, but it occurs due to the fact that you have some values that are integers (e.g., `1`) and some values that are string...

The new v1.7 release, pushed today, also provides this more helpful error. See the updated Code Sandbox example: https://codesandbox.io/s/react-checkbox-tree-example-forked-56ngc?file=/src/components/Widget.js

Not right now. I assume adding support for a `disabled` array (as in #278), specifying the node values, would solve your needs?

Thank you for the report and the CodeSandbox project! For **Issue Number 1**, the default is [still leaf](https://github.com/jakezatecky/react-checkbox-tree/blob/master/src/js/CheckboxTree.js#L45). I am not sure how it would be defaulting to `"all"` for...

Related to #63. Will likely be added at some point.