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

new fields won't inherit css/js and instead use the same "form-id" #129

Closed morinx closed 5 years ago

morinx commented 7 years ago

When used with MaterializedCSS the new fields are always tied to the very last field of initial formset. all the newly added fields will have sam specifications ("data-activates",..) of the last field available. Even when I click the new one, the wrong field will be shown for the dropdown.