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 row being pre-populated by the values in the previous row #117

Closed SchubmannM closed 8 years ago

SchubmannM commented 8 years ago

When you save a formset with the last row not being empty and then add a new row afterwards, the new row takes over some of the values of the row above.