Skip to content

Conversation

yardensachs
Copy link

@yardensachs yardensachs commented Aug 1, 2025

This fixes an issue where multi-value dropdown has an "all" option, which does not do anything and is redundant:
SCR-20250731-snqf
SCR-20250731-snnd

This was solved for checkboxes, so I am just following the pattern in checkboxes:

choices = []
if self.all_option:
choices = [self.all_option]

@yardensachs yardensachs changed the title Removed the redundant "All" option from MultipleDropdownFilter fix: removed the redundant "All" option from MultipleDropdownFilter Aug 1, 2025
@lukasvinclav
Copy link
Contributor

hey, thanks for the PR. I already tested your code and found other dropdowns are having the same issue. I will try to write a PR all edge cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants