yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.8k stars 467 forks source link

usage of your app with Django Extra Views #1095

Open AlekseiKhatkevich opened 5 years ago

AlekseiKhatkevich commented 5 years ago

Hello Is it any chance to combine usage of your autocomplete with Django extra views SearchableListMixin? https://django-extra-views.readthedocs.io/en/latest/pages/list-views.html#searchable-list-views Target basically have autocomplete in Search. I have tried to combithe them but either one of them works correctly. Sorry for the broad question thx, cool app

jpic commented 5 years ago

Approved, looking forward to review a PR.