Skip to content

Commit 2d295d3

Browse files
justinwoospicydonuts
authored andcommitted
Add onBlur and onFocus (#59)
1 parent c8669be commit 2d295d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/React/Basic/DOM/Internal.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ type SharedProps specific =
8686
, useMap :: String
8787
, vocab :: String
8888
, wmode :: String
89+
, onBlur :: EventHandler
8990
, onClick :: EventHandler
91+
, onFocus :: EventHandler
9092
-- TODO: add more common event handlers
9193
| specific
9294
)

0 commit comments

Comments
 (0)