add spellcheck attribute

This commit is contained in:
Vyrtsev Mikhail
2019-06-30 12:31:39 -05:00
committed by Umputun
parent c224676ccd
commit f70fa5f72e
+1
View File
@@ -368,6 +368,7 @@ export class Input extends Component<Props, State> {
onKeyDown={this.onKeyDown}
disabled={isDisabled}
autofocus={!!props.autofocus}
spellcheck={true}
/>
{charactersLeft < 100 && <span className="input__counter">{charactersLeft}</span>}