@hackage / yesod-form-multi

Multi-input form handling for Yesod Web Framework

Latest1.7.0.3

About

Metadata

  • Last updated , by parsonsmatt
  • License MIT
  • Categories Web Development
  • Maintained by: James Burton <jamesejburton@gmail.com>

  • Lottery factor: 2

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    network-uri (on by default)

    Get Network.URI from the network-uri package

Readme

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.