diff --git a/src/renderer/components/input/input.tsx b/src/renderer/components/input/input.tsx index 36461fd684..9e961201b4 100644 --- a/src/renderer/components/input/input.tsx +++ b/src/renderer/components/input/input.tsx @@ -353,6 +353,7 @@ export class Input extends React.Component { dirty: _dirty, // excluded from passing to input-element defaultValue, trim, + blurOnEnter, ...inputProps } = this.props; const { focused, dirty, valid, validating, errors } = this.state;