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 33152e3 commit 38198f7Copy full SHA for 38198f7
src/declarations/stencil-public-runtime.ts
@@ -1689,8 +1689,8 @@ export namespace JSXBase {
1689
// Form Events
1690
onChange?: (event: Event) => void;
1691
onChangeCapture?: (event: Event) => void;
1692
- onInput?: (event: Event) => void;
1693
- onInputCapture?: (event: Event) => void;
+ onInput?: (event: InputEvent) => void;
+ onInputCapture?: (event: InputEvent) => void;
1694
onReset?: (event: Event) => void;
1695
onResetCapture?: (event: Event) => void;
1696
onSubmit?: (event: Event) => void;
0 commit comments