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

[Design] Widget breaks custom theme #71

Open VaZark opened 2 years ago

VaZark commented 2 years ago

Is it possible to just override the custom theme of the widget with the autocomplete widget used by custom themes like jazzmin ? Or can the widget design be disabled ?

image