We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c34fe8 commit a6d0b78Copy full SHA for a6d0b78
codegen/package.json
@@ -5,6 +5,6 @@
5
"main": "index.js",
6
"author": "",
7
"dependencies": {
8
- "react-html-attributes": "^1.4.2"
+ "react-html-attributes": "^1.4.3"
9
}
10
src/React/Basic/DOM.purs
@@ -136,6 +136,7 @@ type Props_a =
136
, download :: String
137
, href :: String
138
, name :: String
139
+ , onClick :: String
140
, rel :: String
141
, shape :: String
142
, target :: String
@@ -682,6 +683,10 @@ type Props_form =
682
683
, children :: Array JSX
684
, method :: String
685
686
+ , onChange :: EventHandler
687
+ , onInput :: String
688
+ , onInvalid :: String
689
+ , onSubmit :: String
690
691
)
692
0 commit comments