yesod-0.5.2: Creation of type-safe, RESTful web applications.

Yesod.Form.Fields

Contents

Synopsis

Fields

Required

selectField :: Eq x => [(x, String)] -> FormFieldSettings -> Maybe x -> FormField sub master xSource

Optional

Inputs

Required

intInput :: Integral i => String -> FormInput sub master iSource

Optional