diff --git a/components/REPL/REPLInput.tsx b/components/REPL/REPLInput.tsx index 441d921..df59dfa 100644 --- a/components/REPL/REPLInput.tsx +++ b/components/REPL/REPLInput.tsx @@ -144,7 +144,7 @@ const REPLInput: NextPage = ({historyCallback, historyClear, in return
- } className={styles.in} type={"text"} onChange={replinOnChange} onKeyDown={keyEvent} spellCheck={"false"} autoFocus maxLength={20} /> + } className={styles.in} type={"text"} onChange={replinOnChange} onKeyDown={keyEvent} spellCheck={"false"} autoComplete={"off"} autoFocus maxLength={20} />
;