yesod-form-0.0.0: Form handling support for Yesod Web Framework

Yesod.Form.Fields

Contents

Synopsis

Fields

Required

selectField :: (Eq x, IsForm f, FormType f ~ x) => [(x, String)] -> FormFieldSettings -> Maybe x -> fSource

radioField :: (Eq x, IsForm f, FormType f ~ x) => [(x, String)] -> FormFieldSettings -> Maybe x -> fSource

Optional

Inputs

Required

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

Optional