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