Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Mahmoud-zino opened this issue Aug 25, 2023 · 0 comments · Fixed by #2069
Closed

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

Mahmoud-zino opened this issue Aug 25, 2023 · 0 comments · Fixed by #2069
Assignees
Labels
bug Something isn't working

Comments

@Mahmoud-zino
Copy link
Sponsor Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant