Jake Zatecky
Jake Zatecky
That is not a bad idea. The current mechanism reduces opacity of the checkbox, but that may not be acceptable for all circumstances.
At the moment, the `CheckboxTree` supports either storing all leaf nodes selected (default behavior) or all nodes selected (with `checkModel="all"`. What you describe is not yet supported, where the topmost...
There is no property to enable this behavior, but it is possible to code this yourself by setting the state of the `expanded` property within the `onCheck` function, by utilizing...
Your use case makes sense. We can add this behavior to the component, but this would be a breaking change. However, I think this is worth inclusion. I will slate...
At the moment, the component does not support the behavior you are describing. There is an option to disable the cascading behavior from the parent level, but your desire to...
Hey there. The `noCascade` property makes the component ignore the half-check state altogether. Currently, there is no way for this information to surface, as the design of `noCascade` makes the...
It sounds like your application is re-mounting the entire tree component, and thus reverting to the initial state. The solution is highly dependent on how your application functions, but it...
Thank you very much for your continued work on this. I admit and apologize that I have been sorely lacking in providing commentary over the last several weeks. I intend...
Hello @worthlutz . Thanks for all the effort you have put into this PR! I really appreciate your work and tolerance for my less than timely responses. I finally spent...