yesod-form-multi: Multi-input form handling for Yesod Web Framework

[ library, mit, web, yesod ] [ Propose Tags ]

API docs and the README are available at http://www.stackage.org/package/yesod-form-multi.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
network-uri

Get Network.URI from the network-uri package

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.6.0, 1.7.0, 1.7.0.1, 1.7.0.2
Change log ChangeLog.md
Dependencies base (>=4.10 && <5), containers (>=0.2), network-uri (>=2.6), shakespeare (>=2.0), text (>=0.9), transformers (>=0.2.2), yesod-core (>=1.6 && <1.7), yesod-form (>=1.6 && <1.7) [details]
License MIT
Author James Burton <jamesejburton@gmail.com>
Maintainer James Burton <jamesejburton@gmail.com>
Category Web, Yesod
Home page http://www.yesodweb.com/
Source repo head: git clone https://github.com/yesodweb/yesod
Uploaded by Burtannia at 2020-12-22T02:06:53Z
Distributions NixOS:1.7.0.2
Downloads 890 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-12-22 [all 1 reports]

Readme for yesod-form-multi-1.7.0

[back to package description]

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.