From f70fa5f72ef3c05344b3a2defd9b05f194b4dfe8 Mon Sep 17 00:00:00 2001 From: Vyrtsev Mikhail Date: Sun, 30 Jun 2019 20:27:39 +0300 Subject: [PATCH] add spellcheck attribute --- frontend/app/components/input/input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/input/input.tsx b/frontend/app/components/input/input.tsx index 158982e8..7a23d912 100644 --- a/frontend/app/components/input/input.tsx +++ b/frontend/app/components/input/input.tsx @@ -368,6 +368,7 @@ export class Input extends Component { onKeyDown={this.onKeyDown} disabled={isDisabled} autofocus={!!props.autofocus} + spellcheck={true} /> {charactersLeft < 100 && {charactersLeft}}