An float input widget.
floatInput : List (Html.Attribute Msg) -> FloatInput customError
A widget that collects an Float
FancyForms.FormState.Widget Model Msg Basics.Float customError
Signature of an input widget that collects a Float
Messages that can be sent to the float input
greaterThan : Basics.Float -> Basics.Float -> List (FancyForms.FormState.Error customError)
A validator function that ensures the value is greater than x
lesserThan : Basics.Float -> Basics.Float -> List (FancyForms.FormState.Error customError)
A validator function that ensures the value is less than x