diff --git a/src/components/base/Input/index.js b/src/components/base/Input/index.js index e4affb40..ce210cc1 100644 --- a/src/components/base/Input/index.js +++ b/src/components/base/Input/index.js @@ -160,7 +160,15 @@ class Input extends PureComponent { render() { const { isFocus } = this.state - const { renderLeft, renderRight, containerProps, editInPlace, small, error } = this.props + const { + renderLeft, + renderRight, + containerProps, + editInPlace, + small, + error, + ...props + } = this.props return ( { {renderLeft} (this._input = n)} onFocus={this.handleFocus}