Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 460 Bytes

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