Skip to content

Commit 8738eda

Browse files
author
Sagar Pathak
committed
ISSUE FIX: React does not recognize the containerProps
1 parent 5a8645a commit 8738eda

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)