Skip to content

Commit 4959ba0

Browse files
authored
Merge pull request #145 from sagar-pathak/master
ISSUE FIX: React does not recognize the containerProps
2 parents 5a8645a + 8738eda commit 4959ba0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/SelectValidator.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default class SelectValidator extends ValidatorComponent {
1515
helperText,
1616
validatorListener,
1717
withRequiredValidator,
18+
containerProps,
1819
...rest
1920
} = this.props;
2021
const { isValid } = this.state;

src/TextValidator.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default class TextValidator extends ValidatorComponent {
1515
helperText,
1616
validatorListener,
1717
withRequiredValidator,
18+
containerProps,
1819
...rest
1920
} = this.props;
2021
const { isValid } = this.state;

0 commit comments

Comments
 (0)