File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# purescript-dom-indexed
2
+
3
+ [ ![ Latest release] ( http://img.shields.io/github/release/slamdata/purescript-dom-indexed.svg )] ( https://github.com/slamdata/purescript-dom-indexed/releases )
4
+ [ ![ Build status] ( https://travis-ci.org/slamdata/purescript-dom-indexed.svg?branch=master )] ( https://travis-ci.org/slamdata/purescript-dom-indexed )
5
+
2
6
Typed DOM attributes and properties
7
+
8
+ ## Installation
9
+
10
+ ```
11
+ bower install purescript-dom-indexed
12
+ ```
13
+
14
+ ## Documentation
15
+
16
+ Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-dom-indexed ) .
Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ type HTMLform = Interactive
272
272
( acceptCharset :: String
273
273
, action :: String
274
274
, autocomplete :: OnOff
275
- , enctype :: String
276
- , method :: String
275
+ , enctype :: MediaType
276
+ , method :: FormMethod
277
277
, name :: String
278
278
, noValidate :: Boolean
279
279
, onReset :: Event
You can’t perform that action at this time.
0 commit comments