[Ivan Diaz] - Input warning fix, boolean -> bool
This commit is contained in:
parent
30c59d8665
commit
3e6145bfba
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue