Remove duplicate values for autocapitalize (#590)

This commit is contained in:
ErikOnBike
2021-11-17 14:24:36 +01:00
committed by GitHub
parent bfe506dbf3
commit 65a0125035

View File

@@ -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'