Skip to content

Commit 9fbe4a4

Browse files
committed
Use proper types for HTMLform properties
1 parent 3b35de7 commit 9fbe4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DOM/HTML/Indexed.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ type HTMLform = Interactive
272272
( acceptCharset :: String
273273
, action :: String
274274
, autocomplete :: OnOff
275-
, enctype :: String
276-
, method :: String
275+
, enctype :: MediaType
276+
, method :: FormMethod
277277
, name :: String
278278
, noValidate :: Boolean
279279
, onReset :: Event

0 commit comments

Comments
 (0)