diff --git a/src/HOC.js b/src/HOC.js index acbffa9..df7f692 100644 --- a/src/HOC.js +++ b/src/HOC.js @@ -19,7 +19,8 @@ module.exports = function (Component) { isRequired: this.isRequired, showRequired: this.showRequired, showError: this.showError, - isValidValue: this.isValidValue + isValidValue: this.isValidValue, + ...this.props }); } });