django-formset
v0.2.2
Published
A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
Readme
About
This is a fork of the django-dynamic-formset library. Django formsets helps you create more usable formsets by allowing clients to add and remove forms from within the browser using Javascript. This fork adds:
- installation from npm
- Added beforeAdd callback
- Added beforeDelete callback
- Made remove links not tabbable
installation
npm install django-formset@latest