Remove duplicate values for autocapitalize (#590)

pull/593/head
ErikOnBike 2021-11-17 14:24:36 +01:00 zatwierdzone przez GitHub
rodzic bfe506dbf3
commit 65a0125035
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

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