rmc-cascader
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -80,3 +80,3 @@ 'use strict'; | ||
for (var i = 0; i < this.props.cols; i++) { | ||
if (data) { | ||
if (data && data.length) { | ||
value[i] = data[0].value; | ||
@@ -83,0 +83,0 @@ data = data[0].children; |
{ | ||
"name": "rmc-cascader", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "m-cascader 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
15846