We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97b4cb commit 2060e6bCopy full SHA for 2060e6b
src/DOM/HTML/Indexed.purs
@@ -46,6 +46,7 @@ type GlobalAttributes r =
46
47
type GlobalEvents r =
48
( onContextMenu :: Event
49
+ , onInput :: Event
50
| r
51
)
52
@@ -360,7 +361,6 @@ type HTMLinput = Interactive
360
361
, onAbort :: Event
362
, onChange :: Event
363
, onError :: Event
- , onInput :: Event
364
, onInvalid :: Event
365
, onLoad :: Event
366
, onSearch :: Event
@@ -582,7 +582,6 @@ type HTMLtextarea = Interactive
582
, maxLength :: Int
583
, name :: String
584
585
586
, onScroll :: Event
587
, onSelect :: Event
588
, placeholder :: String
0 commit comments