unfoldadmin/django-unfold

Issue with RelatedDropdownFilter in list_filter - Input Field Not Working as Expected

Closed this issue · 1 comments

image

Django == 4.2
Django-unfold == 0.40.0

I am experiencing an issue when using the RelatedDropdownFilter in the list_filter of Django Admin. The filter appears in the admin interface, but when I attempt to type into the dropdown input, the input field does not behave as expected

Already fixed in #801