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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 1.6.0, 1.7.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:04:48Z

Modules

[Index] [Quick Jump]

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


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.