rc-upload
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -205,2 +205,3 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
disabled = _props.disabled, | ||
id = _props.id, | ||
style = _props.style, | ||
@@ -229,2 +230,3 @@ multiple = _props.multiple, | ||
React.createElement('input', { | ||
id: id, | ||
type: 'file', | ||
@@ -249,2 +251,3 @@ ref: this.saveFileInput, | ||
AjaxUploader.propTypes = { | ||
id: PropTypes.string, | ||
component: PropTypes.string, | ||
@@ -251,0 +254,0 @@ style: PropTypes.object, |
@@ -249,2 +249,3 @@ 'use strict'; | ||
disabled = _props.disabled, | ||
id = _props.id, | ||
style = _props.style, | ||
@@ -273,2 +274,3 @@ multiple = _props.multiple, | ||
_react2['default'].createElement('input', { | ||
id: id, | ||
type: 'file', | ||
@@ -292,2 +294,3 @@ ref: this.saveFileInput, | ||
AjaxUploader.propTypes = { | ||
id: _propTypes2['default'].string, | ||
component: _propTypes2['default'].string, | ||
@@ -294,0 +297,0 @@ style: _propTypes2['default'].object, |
{ | ||
"name": "rc-upload", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "upload ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
68334
1697