yesod/yesod-form/Yesod/Form
andrewthad 9f379bc219 Fix starting field number
This commit makes starts the counter as `IntSingle 0` instead of `IntSingle 1`. This is needed because `newFormIdent` yield the incremented state value. Meaning: right now, all of my forms start at f2 instead of f1. This commit will make them start at f1 like I would expect them to.
2014-05-06 09:34:56 -04:00
..
I18n Add Czech translation to forms 2013-08-01 19:23:59 +02:00
Fields.hs Update Fields.hs 2013-08-30 12:21:40 -04:00
Functions.hs Fix starting field number 2014-05-06 09:34:56 -04:00
Input.hs MonadHandler/MonadWidget 2013-03-17 10:10:39 +02:00
Jquery.hs Use protocol relative URLs for Google hosted libraries 2013-06-09 15:10:02 +09:00
MassInput.hs Warning cleanup 2013-03-20 11:46:32 +02:00
Nic.hs Warning cleanup 2013-03-20 11:46:32 +02:00
Types.hs Warning cleanup 2013-03-20 11:46:32 +02:00