Skip to content

tree-view recursive-mode changing nodes object doesn't update the tree #1944

@Mahmoud-zino

Description

@Mahmoud-zino

Current Behavior

when using recursive-mode in the tree-view and changing the bound object, the tree isn't updating to reflect the changes.

Expected Behavior

the tree-view should reflect any changes made to the bound object.

Steps To Reproduce

  1. in https://skeleton-docs-git-v2-skeleton-labs.vercel.app/components/tree-views#toc-multiple-selection
  2. adding the following line to update the tree:
multipleDD[0].checked = !multipleDD[0].checked;
multipleDD = multipleDD;

Link to Reproduction / Stackblitz

No response

More Information

reported in https://discord.com/channels/1003691521280856084/1144130943527956510

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions