-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
When press Select All(Filtered) button, the previously selected value is deselected. #567
Comments
Thanks I'll take a look |
@jung0han Are you sure that it is actually being de-selected or does it just look that way. Since "R5-D4" appears later in the list, I suspect that it is just not showing up in list of selected items, and the json there is being cut-off. I would like to see what happens when you type "R5-D4" in the search. I suspect it will be there and checked. |
@MegaKeegMan Unfortunately when I search for "R5-D4" again, it's deselected. |
@MegaKeegMan already fixed? i can commit if not |
@koshpendi thanks and go ahead. I realize I had actually misread this issue back when I commented and can easily reproduce this bug. I have not written any fix. |
can't fin this problem in this example. code sandbox example |
Describe the bug
When using the Custom Filter option, search for keywords, and press Select All(Filtered) button, the previously selected value is deselected.
https://react-multi-select-component.pages.dev/iframe?id=custom-filter--example-custom-filter&args=&viewMode=story
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The previously selected value remains and the filtered value is added.
Screenshoot
The text was updated successfully, but these errors were encountered: