kopia lustrzana https://github.com/shoelace-style/shoelace
Fix spellcheck prop
rodzic
4512680b74
commit
a87eb72c59
|
@ -736,7 +736,7 @@ export class ColorPicker {
|
|||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"
|
||||
spellcheck="off"
|
||||
spellcheck={false}
|
||||
value={this.inputValue}
|
||||
disabled={this.disabled}
|
||||
onKeyDown={this.handleInputKeyDown}
|
||||
|
|
Ładowanie…
Reference in New Issue