diff --git a/src/renderer/components/input/input.tsx b/src/renderer/components/input/input.tsx index 7502850c3a..a8fd532dde 100644 --- a/src/renderer/components/input/input.tsx +++ b/src/renderer/components/input/input.tsx @@ -285,6 +285,7 @@ export class Input extends React.Component { rows: multiLine ? (rows || 1) : null, ref: this.bindRef, type: "text", + spellCheck: "false", }); return (