Michael Snoyman 465210d131 Version bump 8 gadi atpakaļ
..
Yesod d99de61554 Use CPP to maintain backward compat 8 gadi atpakaļ
test dfae661878 Adept Hspec tests for forward compatibility 12 gadi atpakaļ
ChangeLog.md 3dbf4b6fad Update changelog 9 gadi atpakaļ
LICENSE 20015aa6ee Update license with MIT license 12 gadi atpakaļ
README.md fe2b6844b6 Add notice about Summernote 9 gadi atpakaļ
Setup.lhs 6f5459f70f Add 'yesod-form/' from commit '53b7c3b81015e7f244c6b8961ca2f07979f932e2' 13 gadi atpakaļ
hello-forms.hs 1944f02c84 Add type="time" to timeField 10 gadi atpakaļ
yesod-form.cabal 465210d131 Version bump 8 gadi atpakaļ

README.md

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).