From cd733c0c8756fd9ce733190868aa0ad107da0a8c Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 28 Sep 2020 14:31:03 +0300 Subject: [PATCH] Removing pre-defined input type 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", });