Skip to content

Commit b3a93b8

Browse files
add onBeforeInput to GlobalEvents (#32)
1 parent b462b73 commit b3a93b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DOM/HTML/Indexed.purs

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ type GlobalAttributes r =
4848
type GlobalEvents r =
4949
( onContextMenu :: Event
5050
, onInput :: Event
51+
, onBeforeInput :: Event
5152
| r
5253
)
5354

0 commit comments

Comments
 (0)