react-google-picker
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -92,3 +92,3 @@ 'use strict'; | ||
if (!this.isGoogleReady() || !this.isGoogleAuthReady() || !this.isGooglePickerReady()) { | ||
if (!this.isGoogleReady() || !this.isGoogleAuthReady() || !this.isGooglePickerReady() || this.props.disabled) { | ||
return null; | ||
@@ -162,3 +162,4 @@ } | ||
multiselect: _react2.default.PropTypes.bool, | ||
navHidden: _react2.default.PropTypes.bool | ||
navHidden: _react2.default.PropTypes.bool, | ||
disabled: _react2.default.PropTypes.bool | ||
}; | ||
@@ -171,4 +172,5 @@ GoogleChooser.defaultProps = { | ||
multiselect: false, | ||
navHidden: false | ||
navHidden: false, | ||
disabled: false | ||
}; | ||
exports.default = GoogleChooser; |
{ | ||
"name": "react-google-picker", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Simple react wrapper for google picker API", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-google-picker.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35045
184