When using jQuery 3.4.1 and django-dynamic-formset (latest version) and django-autocomplete-light and clicking on "add row" it doesn't work (there is an extra field, etc.).
The Javascript errors on interacting are:
TypeError: self.dataAdapter is null
TypeError: this.dataAdapter is null
If I revert to use jQuery 2.1.3 then it works fine.
I haven't investigated more. Does anyone know of a fix? I'm not very familiar on jQuery (more a backend person here).
When using jQuery 3.4.1 and django-dynamic-formset (latest version) and django-autocomplete-light and clicking on "add row" it doesn't work (there is an extra field, etc.).
The Javascript errors on interacting are:
If I revert to use jQuery 2.1.3 then it works fine.
I haven't investigated more. Does anyone know of a fix? I'm not very familiar on jQuery (more a backend person here).
Thanks!
Carles