We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a8645a + 8738eda commit 4959ba0Copy full SHA for 4959ba0
src/SelectValidator.jsx
@@ -15,6 +15,7 @@ export default class SelectValidator extends ValidatorComponent {
15
helperText,
16
validatorListener,
17
withRequiredValidator,
18
+ containerProps,
19
...rest
20
} = this.props;
21
const { isValid } = this.state;
src/TextValidator.jsx
@@ -15,6 +15,7 @@ export default class TextValidator extends ValidatorComponent {
0 commit comments