diff --git a/src/components/textarea/textarea.ts b/src/components/textarea/textarea.ts index 0288e081..c003e73b 100644 --- a/src/components/textarea/textarea.ts +++ b/src/components/textarea/textarea.ts @@ -97,12 +97,6 @@ export default class SlTextarea extends LitElement { /** The textarea's autocaptialize attribute. */ @property() autocapitalize: - | 'off' - | 'none' - | 'on' - | 'sentences' - | 'words' - | 'characters' | 'off' | 'none' | 'on'