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 2ceee5b commit 4998a04Copy full SHA for 4998a04
packages/svelte/elements.d.ts
@@ -1056,6 +1056,7 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
1056
type?: HTMLInputTypeAttribute | undefined | null;
1057
value?: any;
1058
width?: number | string | undefined | null;
1059
+ webkitdirectory?: boolean | undefined | null;
1060
1061
'on:change'?: ChangeEventHandler<HTMLInputElement> | undefined | null;
1062
onchange?: ChangeEventHandler<HTMLInputElement> | undefined | null;
0 commit comments