We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TreeView automatically selects nodes when clearing filter value.
Curtains & Blinds node is selected because the parent node state is checked while the filter is applied.
The parent node state should be indeterminate when the filter is removed and the Curtains & Blinds node should remain unchecked.
The text was updated successfully, but these errors were encountered:
svetq
No branches or pull requests
Description
The TreeView automatically selects nodes when clearing filter value.
Steps To Reproduce
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.
The text was updated successfully, but these errors were encountered: