mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
prettier
This commit is contained in:
@@ -96,13 +96,7 @@ export default class SlTextarea extends LitElement {
|
||||
@property({ type: Boolean, reflect: true }) invalid = false;
|
||||
|
||||
/** The textarea's autocaptialize attribute. */
|
||||
@property() autocapitalize:
|
||||
| 'off'
|
||||
| 'none'
|
||||
| 'on'
|
||||
| 'sentences'
|
||||
| 'words'
|
||||
| 'characters';
|
||||
@property() autocapitalize: 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters';
|
||||
|
||||
/** The textarea's autocorrect attribute. */
|
||||
@property() autocorrect: string;
|
||||
|
||||
Reference in New Issue
Block a user