mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Remove completed todo.
This commit is contained in:
parent
35cd187b38
commit
4b6857ff6c
@ -956,8 +956,7 @@ type alias StyledHtmlForm error parsed data msg =
|
||||
{-| -}
|
||||
type Form error parsed data view
|
||||
= Form
|
||||
-- TODO track hidden fields here - for renderHtml and renderStyled, automatically render them
|
||||
-- TODO for renderCustom, pass them as an argument that the user must render
|
||||
-- TODO for renderCustom, pass them as an argument with all hidden fields that the user must render
|
||||
(List ( String, FieldDefinition ))
|
||||
(Maybe data
|
||||
-> Form.FormState
|
||||
|
Loading…
Reference in New Issue
Block a user