Skip to content

Commit

Permalink
Remove duplicate values for autocapitalize (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikOnBike committed Nov 17, 2021
1 parent bfe506d commit 65a0125
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/textarea/textarea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 65a0125

Please sign in to comment.