yesod-form

Form handling support for Yesod Web Framework

http://www.yesodweb.com/

Version on this page:1.4.7.1
LTS Haskell 22.14:1.7.6
Stackage Nightly 2024-03-28:1.7.6
Latest on Hackage:1.7.6

See all snapshots yesod-form appears in

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

Changes

1.4.6

  • Functor instances for Option/OptionList

1.4.5

  • Foldable/Traversable instances for FormResult #1089

1.4.4.1

  • runFormPost has wrong behavior for empty forms #950

1.4.4

  • Add a Semigroup instance

1.4.3

Added jqueryDatePickerDayField.

1.4.2.1

Documentation updates

1.4.2

Added timeFieldTypeTime and timeFieldTypeText, and deprecated timeField itself.