Skip to content

Commit 0c05733

Browse files
miunauRich-Harris
andauthored
fix: Add dirname to HTMLInputAttributes (#10908)
* Add `dirname` to HTMLInputAttributes * changeset --------- Co-authored-by: Rich Harris <[email protected]>
1 parent 8685d49 commit 0c05733

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/ten-singers-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte": patch
3+
---
4+
5+
fix: Add `dirname` to HTMLInputAttributes

packages/svelte/elements.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
10301030
capture?: boolean | 'user' | 'environment' | undefined | null; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
10311031
checked?: boolean | undefined | null;
10321032
crossorigin?: string | undefined | null;
1033+
dirname?: string | undefined | null;
10331034
disabled?: boolean | undefined | null;
10341035
form?: string | undefined | null;
10351036
formaction?: string | undefined | null;

0 commit comments

Comments
 (0)