elo80ka / django-dynamic-formset

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

This fixes the issue #136 for me #137

Open owenfi opened 7 years ago

owenfi commented 7 years ago

To recap the issue, if the formset starts hidden then the remove links don't appear.

I'm not sure what this might break, but seems to work so far for me...

ademus4 commented 7 years ago

This was also an issue for me using Bootstrap tabs where I have a formset per tab. Current behavior isn't consistent with the add button since this appears on the hidden tab, but not the remove button. This change matches what I've had to do myself to get it to work.

craiga commented 5 years ago

If the maintainer of this repo is still around, it would be great to get this merged.

I'm not sure what the purpose of not doing this for invisible forms might've been?

sebastianhafstrom commented 3 years ago

Would be great to see this merged!