@progress/kendo-react-dropdowns
Advanced tools
Comparing version 1.2.0-dev.201808020543 to 1.2.0
@@ -98,3 +98,3 @@ var __extends = (this && this.__extends) || (function () { | ||
}) }), | ||
React.createElement("select", { name: _this.props.name, ref: function (el) { _this._select = el; }, style: { opacity: 0, width: 1 }, autoComplete: "none" }, | ||
React.createElement("select", { name: _this.props.name, ref: function (el) { _this._select = el; }, style: { opacity: 0, width: 1, border: 0 }, autoComplete: "none" }, | ||
React.createElement("option", { value: _this.value }))))); | ||
@@ -101,0 +101,0 @@ }; |
@@ -100,3 +100,3 @@ "use strict"; | ||
}) }), | ||
React.createElement("select", { name: _this.props.name, ref: function (el) { _this._select = el; }, style: { opacity: 0, width: 1 }, autoComplete: "none" }, | ||
React.createElement("select", { name: _this.props.name, ref: function (el) { _this._select = el; }, style: { opacity: 0, width: 1, border: 0 }, autoComplete: "none" }, | ||
React.createElement("option", { value: _this.value }))))); | ||
@@ -103,0 +103,0 @@ }; |
{ | ||
"name": "@progress/kendo-react-dropdowns", | ||
"version": "1.2.0-dev.201808020543", | ||
"version": "1.2.0", | ||
"description": "Kendo UI for React DropDowns package", | ||
@@ -30,4 +30,4 @@ "repository": { | ||
"dependencies": { | ||
"@progress/kendo-react-common": "1.2.0-dev.201808020543", | ||
"@progress/kendo-react-popup": "1.2.0-dev.201808020543", | ||
"@progress/kendo-react-common": "1.2.0", | ||
"@progress/kendo-react-popup": "1.2.0", | ||
"prop-types": "^15.6.0" | ||
@@ -37,3 +37,3 @@ }, | ||
"@progress/kendo-data-query": "^1.0.0", | ||
"@progress/kendo-react-intl": "1.2.0-dev.201808020543" | ||
"@progress/kendo-react-intl": "1.2.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "@progress": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
950379
2
+ Added@progress/kendo-react-animation@1.2.0(transitive)
+ Added@progress/kendo-react-common@1.2.0(transitive)
+ Added@progress/kendo-react-popup@1.2.0(transitive)
- Removed@progress/kendo-react-animation@1.2.0-dev.201808020543(transitive)
- Removed@progress/kendo-react-common@1.2.0-dev.201808020543(transitive)
- Removed@progress/kendo-react-popup@1.2.0-dev.201808020543(transitive)