yesod/yesod-form-multi
Michael Snoyman 804b114d91
Drop LTS 9
2020-01-07 13:36:58 +02:00
..
Yesod/Form Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
ChangeLog.md Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
LICENSE Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
README.md Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
Setup.lhs Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
yesod-form-multi.cabal Drop LTS 9 2020-01-07 13:36:58 +02:00

yesod-form-multi

Support for creating forms in which the user can specify how many inputs to submit. Includes support for enforcing a minimum number of values. Intended as an alternative to Yesod.Form.MassInput.

Limitations

  • If the user adds too many fields then there is currently no support for a "delete button" although fields submitted empty are considered to be deleted.