A pre-applied Float
version of the Field
type, and validation functions
to go along with them.
Field Basics.Float String
A field to hold a Float
value, with an error type of String
. See Field
Field.ViewConfig Basics.Float String msg
A view config object for Float fields. See ViewConfig
Field.ValidationFunc Basics.Float String
A validation function for a Float Field
greaterThan : Basics.Float -> ValidationFunc
Enforce that a field is greater than x
lessThan : Basics.Float -> ValidationFunc
Enforce that a field is greater than x