From 163b34463b7c6e33431cb830664b07147cc59584 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 28 Sep 2020 14:59:35 +0300 Subject: [PATCH] Removing pre-defined input type (#984) Signed-off-by: Alex Andreev --- src/renderer/components/input/input.tsx | 1 - 1 file changed, 1 deletion(-) 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", });