Fix spellcheck prop

pull/261/head
Cory LaViska 2020-10-06 07:05:10 -04:00
rodzic 4512680b74
commit a87eb72c59
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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