Skip to content

disabling parent node makes all children disabled too #303

Open
@masciugo

Description

@masciugo

When you disable a checkbox all its children get disabled too. Maybe this is expected but in my use case I have SOME child checkboxes that are checked and disabled for external reasons. I need to prevent their parent from being unchecked because this would affect all children state so I tried by disabling it. But if I disable the parent ALL children get disabled and not only the ones that were supposed to.
I would just need to disable the parent without consequences on its children. Of course the parent should be coherent with children states: if all children get unchecked it should become unchecked too and viceversa.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions