Update docs.

This commit is contained in:
Dillon Kearns 2022-06-23 10:11:26 -07:00
parent 690d1fd26c
commit 3ea5ef6e3a
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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