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