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.79k stars 467 forks source link

DAL and Wagtail cms #1247

Open sonyasha opened 3 years ago

sonyasha commented 3 years ago

Is there any special set up needed to get DAL working with Wagtail cms?

I have it working perfectly with Django admin, but when trying to use the same autocomplete view inside the nested StreamField form, the options are not rendered. In the wagtailadmin.pages.edit.html I have a script from Using autocomplete outside the admin. Wagtail already has jquery-3.5.1.min.js and I am not sure if importing admin/js/vendor/jquery/jquery.js makes any difference.