Open
Description
openedon Nov 6, 2024
Description
The TreeView automatically selects nodes when clearing filter value.
Steps To Reproduce
- Filter by 'Bed Linen' value
- Select Occasional Furniture node to select all Bed Linen results
- Clear the filter value and expand the Occasional Furniture node.
- Notice that Curtains & Blinds node is also selected.
https://stackblitz.com/edit/angular-gdvnye-u4kbke
Screenshots or video
Screen.Recording.2024-11-06.at.11.50.00.mov
Actual Behavior
Curtains & Blinds node is selected because the parent node state is checked while the filter is applied.
Expected Behavior
The parent node state should be indeterminate when the filter is removed and the Curtains & Blinds node should remain unchecked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment