Skip to content

Commit 0de5328

Browse files
justinwoospicydonuts
authored andcommitted
Add some keyboard events (#91)
1 parent ba247c0 commit 0de5328

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/React/Basic/DOM/Internal.purs

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ type SharedProps specific =
9696
, onMouseOut :: EventHandler
9797
, onMouseOver :: EventHandler
9898
, onMouseUp :: EventHandler
99+
, onKeyDown :: EventHandler
100+
, onKeyPress :: EventHandler
101+
, onKeyUp :: EventHandler
102+
99103
-- TODO: add more common event handlers
100104
| specific
101105
)

0 commit comments

Comments
 (0)