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 558040d commit ba29686Copy full SHA for ba29686
components/input/Input.js
@@ -53,6 +53,7 @@ const factory = (FontIcon) => {
53
}),
54
type: PropTypes.string,
55
value: PropTypes.oneOfType([
56
+ PropTypes.number,
57
PropTypes.object,
58
PropTypes.string,
59
]),
0 commit comments