mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Update docs.
This commit is contained in:
parent
690d1fd26c
commit
3ea5ef6e3a
@ -5,10 +5,9 @@ module Pages.Field exposing
|
|||||||
, Field(..), FieldInfo, exactValue
|
, Field(..), FieldInfo, exactValue
|
||||||
, required, withClientValidation, withInitialValue
|
, required, withClientValidation, withInitialValue
|
||||||
, email, password, search, telephone, url, textarea
|
, email, password, search, telephone, url, textarea
|
||||||
, withMax, withMin, withStep
|
, withMax, withMin, withStep, withMinLength, withMaxLength
|
||||||
, withMinChecked, withMaxChecked
|
, withMinChecked, withMaxChecked
|
||||||
, No(..), Yes(..)
|
, No(..), Yes(..)
|
||||||
, withMaxLength, withMinLength
|
|
||||||
)
|
)
|
||||||
|
|
||||||
{-|
|
{-|
|
||||||
@ -46,7 +45,7 @@ module Pages.Field exposing
|
|||||||
|
|
||||||
## Numeric Field Options
|
## Numeric Field Options
|
||||||
|
|
||||||
@docs withMax, withMin, withStep
|
@docs withMax, withMin, withStep, withMinLength, withMaxLength
|
||||||
|
|
||||||
|
|
||||||
## Temporary Names
|
## Temporary Names
|
||||||
|
Loading…
Reference in New Issue
Block a user