Skip to content

Commit 27568cc

Browse files
Vlad HladkoVlad Hladko
authored andcommitted
add missing plaintonly-text value to contenteditable type
1 parent fa89421 commit 27568cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
486486
accesskey?: string | undefined | null;
487487
autofocus?: boolean | undefined | null;
488488
class?: string | undefined | null;
489-
contenteditable?: Booleanish | 'inherit' | undefined | null;
489+
contenteditable?: Booleanish | 'inherit' | 'plaintext-only' | undefined | null;
490490
contextmenu?: string | undefined | null;
491491
dir?: string | undefined | null;
492492
draggable?: Booleanish | undefined | null;

0 commit comments

Comments
 (0)