unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.03k stars 96 forks source link

Using Select field in changelist filters #344

Open jdenisTLM opened 1 month ago

jdenisTLM commented 1 month ago

It could be a very good improvement to re-use the select form widget, already in admin forms.

I've tried several things to achieve this goal, but it is not satisfying enough for now. If somone has already done this, or have somes clues to let us make it the more clever way to implement it with unfold ...

Thanx !

lamchun1110 commented 4 weeks ago

Is it possible to use the drop down menu to select as a filter like Jazzmin? Since there may be more than 100 options in the filter, it is not user friendly if we list all the options.

image

PavelPancocha commented 1 week ago

This: https://github.com/francoborrelli/django-unfold-admin-list-filter-dropdown/tree/master by @francoborrelli goes one step.

PavelPancocha commented 1 week ago

The abilitity to filter by typing would be great