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