kopia lustrzana https://github.com/shoelace-style/shoelace
Remove duplicate values for autocapitalize (#590)
rodzic
bfe506dbf3
commit
65a0125035
|
@ -97,12 +97,6 @@ export default class SlTextarea extends LitElement {
|
||||||
|
|
||||||
/** The textarea's autocaptialize attribute. */
|
/** The textarea's autocaptialize attribute. */
|
||||||
@property() autocapitalize:
|
@property() autocapitalize:
|
||||||
| 'off'
|
|
||||||
| 'none'
|
|
||||||
| 'on'
|
|
||||||
| 'sentences'
|
|
||||||
| 'words'
|
|
||||||
| 'characters'
|
|
||||||
| 'off'
|
| 'off'
|
||||||
| 'none'
|
| 'none'
|
||||||
| 'on'
|
| 'on'
|
||||||
|
|
Ładowanie…
Reference in New Issue