Skip to content

TreeNode checkbox should be disabled when it is not selectable #193

@mirekys

Description

@mirekys

You should not be able to select the TreeNode by checking its checkbox when it's state is not selectable. From docs:

By default a Node has the following states:

{
  "selected": false,
  "selectable": false,
...

Currently the selectable state seems not to be propagated to TreeNode classes and to selection code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions