elo80ka / django-dynamic-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
677 stars 311 forks source link

deleteContainerClass not working properly #190

Closed jweiskittel closed 3 years ago

jweiskittel commented 3 years ago

The plugin has been working great until I tried to use the deleteContainerClass. It still shows up properly, but when I click delete on any of the rows it deletes the entire formset. If i stop using the deleteContainerClass option it works as it should, but I need to use it to place and style the buttons differently.

jweiskittel commented 3 years ago

Ended up fixing it. I was placing the links in places that it wasn't expecting them to be which caused unexpected behavior.