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

A couple new features #72

Open litchfield opened 10 years ago

litchfield commented 10 years ago

Added minNum option for minimum number of forms, set form prefix default to read from data-prefix, and simple protection against double instantiation.

Eventually it would be good to wrap this up as a django app, so we can package and include it more elegantly.

elo80ka commented 10 years ago

I'd be interested in creating a Django app for this, if it really made things simpler.

It seems to me, including a single JS file in your project, provides extreme flexibility. If you can think of any use cases that'd be improved with an app though, I'd love to hear 'em.