mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Preventing Input's spellchecking
Signed-off-by: alexfront <alex.andreev.email@gmail.com>
This commit is contained in:
parent
d06145dd83
commit
dd4faf4297
@ -285,6 +285,7 @@ export class Input extends React.Component<InputProps, State> {
|
|||||||
rows: multiLine ? (rows || 1) : null,
|
rows: multiLine ? (rows || 1) : null,
|
||||||
ref: this.bindRef,
|
ref: this.bindRef,
|
||||||
type: "text",
|
type: "text",
|
||||||
|
spellCheck: "false",
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user