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.
1 parent 5529083 commit 13e394aCopy full SHA for 13e394a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-material-ui-form-validator",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "Simple validator for forms designed with material-ui components.",
5
"main": "./lib/index.js",
6
"scripts": {
src/ValidatorComponent.jsx
@@ -109,11 +109,7 @@ ValidatorComponent.propTypes = {
109
]),
110
validators: PropTypes.array,
111
name: PropTypes.string,
112
- value: PropTypes.oneOfType([
113
- PropTypes.object,
114
- PropTypes.string,
115
- PropTypes.number,
116
- ]),
+ value: PropTypes.any,
117
};
118
119
ValidatorComponent.defaultProps = {
0 commit comments