1
0
mirror of https://github.com/lensapp/lens.git synced 2024-11-10 18:55:52 +03:00

Removing pre-defined input type (#984)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-09-28 14:59:35 +03:00 committed by GitHub
parent 9702c645b4
commit 163b34463b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,7 +282,6 @@ export class Input extends React.Component<InputProps, State> {
onKeyDown: this.onKeyDown,
rows: multiLine ? (rows || 1) : null,
ref: this.bindRef,
type: "text",
spellCheck: "false",
});