Skip to content

Commit

Permalink
[fixed] Add missed 'type' property React.PropTypes.<type> checking
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jul 11, 2015
1 parent 2f0a45b commit a3c5400
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 a3c5400

Please sign in to comment.