Skip to content

Tree-view recursive-mode events bug #1943

@Mahmoud-zino

Description

@Mahmoud-zino

Current Behavior

there are tow issues related to events at the moment:

  1. Unless a change also changes it's parents value the bind value does not trigger an update (reactivity).
  2. clicking on a node with no children will trigger reactivity (the value of node's open prop is changing even if it doesn't have children)

Expected Behavior

  1. every change on the nodes object should trigger reactivity.
  2. only nodes with children should trigger reactivity (if opened/closed)

Steps To Reproduce

No response

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