axelerator / fancy-forms / FancyForms.Widgets.Date

An date input widget.

dateInput : List (Html.Attribute Msg) -> DateInput customError

A widget that collects an Date


type alias DateInput customError =
FancyForms.FormState.Widget Model Msg Date customError

Signature for an input widget that collects a Date value


type Msg

Messages that can be sent to the date input