Closed luisjdtt closed 2 years ago
It looks like it's hard coded in the template. You could probably override the template.
Thank you! It worked.
There's actually a pull request to make it configurable, but it needs amending: https://github.com/mrts/django-admin-list-filter-dropdown/pull/14
I'm using a ChoiceDropDownFilter that only has 3 options for filtering and the dropdown is therefore not activated. I know they are just three elements but i need them to be in the dropdown. Is there a way to specify the length at which the dropdown filter will be activated? What possible course of action should i pursue?