A text input widget
textInput : List (Html.Attribute Msg) -> TextInput customError
A text input widget
FancyForms.FormState.Widget String Msg String customError
Signature for a text input widget
Messages that can be sent to the text input
notBlank : String -> List (FancyForms.FormState.Error customError)
A validator function that ensures that the given string is not empty.