We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8669be commit 2d295d3Copy full SHA for 2d295d3
1 file changed
src/React/Basic/DOM/Internal.purs
@@ -86,7 +86,9 @@ type SharedProps specific =
86
, useMap :: String
87
, vocab :: String
88
, wmode :: String
89
+ , onBlur :: EventHandler
90
, onClick :: EventHandler
91
+ , onFocus :: EventHandler
92
-- TODO: add more common event handlers
93
| specific
94
)
0 commit comments