Skip to content

Commit a3c5400

Browse files
committed
[fixed] Add missed 'type' property React.PropTypes.<type> checking
1 parent 2f0a45b commit a3c5400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/Input.js

+4
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ class Input extends InputBase {
1818
}
1919
}
2020

21+
Input.propTypes = {
22+
type: React.PropTypes.string
23+
};
24+
2125
export default Input;

0 commit comments

Comments
 (0)