django-jet icon indicating copy to clipboard operation
django-jet copied to clipboard

SimpleListFilter not working

Open unformatt opened this issue 6 years ago • 1 comments

Typically, when using SimpleListFilter, you get a text box that you can enter search text into and hit enter to search. Jet is transforming this search box into a dropdown that does nothing. I can type into dropdown but it only filters what's in the dropdown (the dropdown is empty)...does not trigger a search i.e. form post to the server like it should:

Django 1.11

image

unformatt avatar Nov 27 '18 21:11 unformatt