We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b462b73 commit b3a93b8Copy full SHA for b3a93b8
src/DOM/HTML/Indexed.purs
@@ -48,6 +48,7 @@ type GlobalAttributes r =
48
type GlobalEvents r =
49
( onContextMenu :: Event
50
, onInput :: Event
51
+ , onBeforeInput :: Event
52
| r
53
)
54
0 commit comments