@hackage simple-form0.5.0

Forms that configure themselves based on type

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.