diff --git a/web/src/repl.js b/web/src/repl.js index 55de5f6..6f127ba 100644 --- a/web/src/repl.js +++ b/web/src/repl.js @@ -107,7 +107,9 @@ class ReplInput extends Component { }} onKeyDown={this.onKeyDown} spellCheck={false} - // autoFocus={true} + autoCapitalize="off" + autoCorrect="off" + autoComplete="off" rows={1} />