yesod/yesod-form
Sergiu Starciuc 48d05fd6ab
Color field (#1748)
This PR adds a new colorField function to create an html color field (<input type="color">) as described at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/color
2022-03-02 17:49:09 +01:00
..
test Adept Hspec tests for forward compatibility 2012-10-16 14:44:58 +02:00
Yesod Color field (#1748) 2022-03-02 17:49:09 +01:00
ChangeLog.md Color field (#1748) 2022-03-02 17:49:09 +01:00
hello-forms.hs Add type="time" to timeField 2014-11-25 10:34:46 -05:00
LICENSE Update license with MIT license 2012-04-29 09:38:45 +03:00
README.md Simplify code, fix linter warnings 2021-04-14 09:40:21 +02:00
Setup.lhs Add 'yesod-form/' from commit '53b7c3b81015e7f244c6b8961ca2f07979f932e2' 2011-07-22 08:59:57 +03:00
yesod-form.cabal Color field (#1748) 2022-03-02 17:49:09 +01:00

yesod-form

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

This package provides 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).