You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For selectablemultipleRecursiveTreeViews, checking a node with a recursive sibling after changing nodes throws an error.
This issue will be accompanied by a pull request isolating the issue in a test to clarify.
Expected Behavior
After changing the nodes, it should still be possible to select nodes.
Steps To Reproduce
Refer to test submitted on PR for exact steps.
Link to Reproduction / Stackblitz
No response
More Information
An example of where this issue arises is when trying to paginate a RecursiveTreeView. For example, if trying to create a directory of files/folders with ability to select multiple.
I'm intending to work on it after back from leave, will submit the tests for now.
The text was updated successfully, but these errors were encountered:
Just FYI, we've outlined our plans for Skeleton v2 going forward in the post below. I'm am reaching out now as a heads up, as this ticket is slated to be closed when Skeleton v3 is released. Full details can be found here:
Current Behavior
For
selectable
multiple
RecursiveTreeView
s, checking a node with a recursive sibling after changing nodes throws an error.This issue will be accompanied by a pull request isolating the issue in a test to clarify.
Expected Behavior
After changing the nodes, it should still be possible to select nodes.
Steps To Reproduce
Refer to test submitted on PR for exact steps.
Link to Reproduction / Stackblitz
No response
More Information
An example of where this issue arises is when trying to paginate a RecursiveTreeView. For example, if trying to create a directory of files/folders with ability to select multiple.
I'm intending to work on it after back from leave, will submit the tests for now.
The text was updated successfully, but these errors were encountered: