yesod/yesod-form
2018-07-26 20:44:26 +02:00
..
test
Yesod Do not lose selected value in selectFieldHelper when validation fails 2018-07-26 20:44:26 +02:00
ChangeLog.md Do not lose selected value in selectFieldHelper when validation fails 2018-07-26 20:44:26 +02:00
hello-forms.hs
LICENSE
README.md Add notice about Summernote 2016-03-04 22:07:06 +05:00
Setup.lhs
yesod-form.cabal Fix version bump 2018-07-09 13:12:40 +03:00

yesod-form

Form handling for Yesod, in the same style as formlets. See the forms chapter of the Yesod book.

This package provies a set of basic form inputs such as text, number, time, checkbox, select, textarea, and etc. via Yesod.Form.Fields module. Also, there is Yesod.Form.Nic module providing richtext field using Nic editor. However, this module is grandfathered now and Nic editor is not actively maintained since June 2012. You can find additional richtext editor fields in yesod-form-richtext package (currently in provides support of Summernote editor only).