If I delete one item and create another in one POST, the new item is not created, only the deletion happens. It works fine if I remove line 95 in src/jquery.formset.js (totalForms.val(forms.length);). This code was introduced in #173. I'm not sure what was the purpose of this line, probably to fix some other error that I didn't notice.
I am using Django 3.0.7
If I delete one item and create another in one POST, the new item is not created, only the deletion happens. It works fine if I remove line 95 in src/jquery.formset.js (
totalForms.val(forms.length);). This code was introduced in #173. I'm not sure what was the purpose of this line, probably to fix some other error that I didn't notice.I am using Django 3.0.7