diff --git a/src/renderer/components/input/input.tsx b/src/renderer/components/input/input.tsx index 91b58c24b5..062d61f2c6 100644 --- a/src/renderer/components/input/input.tsx +++ b/src/renderer/components/input/input.tsx @@ -328,6 +328,8 @@ export class Input extends React.Component { multiLine, showValidationLine, validators, theme, maxRows, children, showErrorsAsTooltip, maxLength, rows, disabled, autoSelectOnFocus, iconLeft, iconRight, contentRight, id, dirty: _dirty, // excluded from passing to input-element + defaultValue, + trim, ...inputProps } = this.props; const { focused, dirty, valid, validating, errors } = this.state;