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 11# 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+
26Typed 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
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
You can’t perform that action at this time.
0 commit comments