mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Do not pass blurOnEnter to html element (#4762)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
e353d530e8
commit
5fb465802b
@ -353,6 +353,7 @@ export class Input extends React.Component<InputProps, State> {
|
|||||||
dirty: _dirty, // excluded from passing to input-element
|
dirty: _dirty, // excluded from passing to input-element
|
||||||
defaultValue,
|
defaultValue,
|
||||||
trim,
|
trim,
|
||||||
|
blurOnEnter,
|
||||||
...inputProps
|
...inputProps
|
||||||
} = this.props;
|
} = this.props;
|
||||||
const { focused, dirty, valid, validating, errors } = this.state;
|
const { focused, dirty, valid, validating, errors } = this.state;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user