version | 24.1.2 |
license | BSD3 |
native-modules | False |
elm-version | 0.18.0 <= v < 0.19.0 |
Tag | 24.1.2 |
Committed At | 2018-11-22 15:10:12 UTC |
Provides a set of configuration options for building forms components. Here's a list of available components:
You can only reconstruct the original (opaque) type:
type FormField model msg
= FormField (FormFieldConfig model msg)
By using one of this configuration methods:
autocompleteConfig
checkboxConfig
checkboxWithOptionsConfig
datepickerConfig
radioConfig
selectConfig
textConfig
Once configured, a field must be rendered by calling the render
method.
See examples/FormApp.elm
elm-reactor
http://localhost:8000
http://localhost:8000/examples/FormApp.elm