EngageSoftware / elm-engage-common / Engage.Form.Gender

Form.Gender


type alias Attribute field msg =
InternalAttribute field msg -> InternalAttribute field msg

The Attribute type

field : field -> Attribute field msg

Get the field Attribute

fieldKey : String -> Attribute field msg

Get the fieldKey Attribute

form : List (Attribute field msg) -> Engage.Validation.ValidationErrors field -> Engage.UI.Input.State -> Engage.Entity.Gender.Gender -> Html msg

Get the form view

localization : Engage.Localization.Localization -> Attribute field msg

Get the localization Attribute

onChange : (Engage.Validation.ValidationErrors field -> { onlyStateChange : Basics.Bool } -> Engage.UI.Input.State -> Engage.Entity.Gender.Gender -> msg) -> Attribute field msg

Get the onChange Attribute