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.
dirname
1 parent 8685d49 commit 0c05733Copy full SHA for 0c05733
.changeset/ten-singers-cough.md
@@ -0,0 +1,5 @@
1
+---
2
+"svelte": patch
3
4
+
5
+fix: Add `dirname` to HTMLInputAttributes
packages/svelte/elements.d.ts
@@ -1030,6 +1030,7 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
1030
capture?: boolean | 'user' | 'environment' | undefined | null; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
1031
checked?: boolean | undefined | null;
1032
crossorigin?: string | undefined | null;
1033
+ dirname?: string | undefined | null;
1034
disabled?: boolean | undefined | null;
1035
form?: string | undefined | null;
1036
formaction?: string | undefined | null;
0 commit comments