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.
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 hasjquery-3.5.1.min.js
and I am not sure if importingadmin/js/vendor/jquery/jquery.js
makes any difference.