Skip to content

Commit

Permalink
Merge pull request react-bootstrap#972 from AlexKVal/eslint
Browse files Browse the repository at this point in the history
Add missed 'type' property validator for 'Input'
  • Loading branch information
AlexKVal committed Jul 11, 2015
2 parents 2f0a45b + a3c5400 commit c27e1d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ class Input extends InputBase {
}
}

Input.propTypes = {
type: React.PropTypes.string
};

export default Input;

0 comments on commit c27e1d4

Please sign in to comment.