farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 75 forks source link

Feature request: disallow auto submit when selecting a value #85

Open danaki opened 1 year ago

danaki commented 1 year ago

I'm using this filter along with other filters that user select and then presses Apply. Autocomplete filter breaks this behavour. Thank you

hosin211 commented 3 months ago

Hi @danaki , i found a way around this by editing the file admin_auto_filters/static/django-admin-autocomplete-filter/js/autocomplete_filter_qs.js you need to remove this part window.location.search = search_replace(param, val);