[Ivan Diaz] - Input warning fix, boolean -> bool

This commit is contained in:
Ivan Diaz 2015-10-14 21:02:06 -03:00
parent 30c59d8665
commit 3e6145bfba
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ var Input = React.createClass({
validation: React.PropTypes.func,
onChange: React.PropTypes.func,
inputType: React.PropTypes.string,
password: React.PropTypes.boolean
password: React.PropTypes.bool
},
getDefaultProps() {