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:
parent
9702c645b4
commit
163b34463b
@ -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",
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user