Skip to content

Commit c27e1d4

Browse files
committed
Merge pull request react-bootstrap#972 from AlexKVal/eslint
Add missed 'type' property validator for 'Input'
2 parents 2f0a45b + a3c5400 commit c27e1d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)