django-jet
django-jet copied to clipboard
SimpleListFilter not working
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