mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Add todos.
This commit is contained in:
parent
c7fdf66728
commit
52f8f03e60
@ -2074,6 +2074,7 @@ toRequest2 ((Form _ decoder serverValidations modelToValue config) as form) =
|
||||
Err model
|
||||
)
|
||||
)
|
||||
-- TODO use custom method here (allow GET)
|
||||
(Request.expectFormPost
|
||||
(\{ field, optionalField } ->
|
||||
decoder
|
||||
@ -2082,6 +2083,7 @@ toRequest2 ((Form _ decoder serverValidations modelToValue config) as form) =
|
||||
}
|
||||
)
|
||||
)
|
||||
-- TODO use custom method here (allow GET)
|
||||
(Request.expectFormPost
|
||||
(\{ field, optionalField } ->
|
||||
serverValidations
|
||||
|
Loading…
Reference in New Issue
Block a user