simple-form

Forms that configure themselves based on type

https://github.com/singpolyma/simple-form-haskell

Latest on Hackage:0.5.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed and maintained by Stephen Paul Weber

Inspired by the RubyGem of the same name, this package allows you to easily build validating forms that infer defaults based on type.

Most users will want to both render Html and parse input, and so should use the SimpleForm.Digestive.Combined and SimpleForm.Combined modules.