@hackage simple-form0.5.0
Forms that configure themselves based on type
Categories
License
LicenseRef-OtherLicense
Maintainer
Stephen Paul Weber <singpolyma@singpolyma.net>
Links
Versions
Installation
Dependencies (9)
Dependents (1)
@hackage/acme-everything
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.