Add todos.

This commit is contained in:
Dillon Kearns 2022-04-28 11:08:50 -07:00
parent c7fdf66728
commit 52f8f03e60

View File

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