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
Describe the problem
DualListSelector next (new version in V6) - when isTree prop is true and we apply a search filter to only show few items, then click the "add all" button, it moves all items, including those which are not shown because of the filter.
This is an issue only with the isTree variant.
click the "Add all" button (>>) to move the items to the right - all items will be moved, including Bread and Vegetables, which were invisible due to the filter.
Describe the problem
DualListSelector next (new version in V6) - when
isTree
prop is true and we apply a search filter to only show few items, then click the "add all" button, it moves all items, including those which are not shown because of the filter.This is an issue only with the
isTree
variant.How do you reproduce the problem?
>>
) to move the items to the right - all items will be moved, including Bread and Vegetables, which were invisible due to the filter.Expected behavior
Only Fruits is moved, Bread and Vegetable will stay on the left side - it will not be shown because of the filter, but once the filter is removed, it shows in the list again.
It should behave like this example: https://staging-v6.patternfly.org/components/dual-list-selector/#using-more-complex-options-with-actions
Screenshots
Screen.Recording.2024-08-15.at.9.49.39.mov
What is your environment?
The text was updated successfully, but these errors were encountered: