You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If true, toggling a parent node will not cascade its check state to its children.
This works as expected, however, if you now toggle a child, it does not toggle its parent. If this is the desired behaviour, the docs need to be updated correctly to explain this.
Moreover, for our functional requirements, we need to have this one-way cascade. So when selecting a parent, it does not automatically select a child and when selecting a child it does select all parents in the tree.
Cheers for your help
The text was updated successfully, but these errors were encountered:
Thanks for your time in creating this lib! :)
According to the docs' for noCascade:
This works as expected, however, if you now toggle a child, it does not toggle its parent. If this is the desired behaviour, the docs need to be updated correctly to explain this.
Moreover, for our functional requirements, we need to have this one-way cascade. So when selecting a parent, it does not automatically select a child and when selecting a child it does select all parents in the tree.
Cheers for your help
The text was updated successfully, but these errors were encountered: