rmc-cascader
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -77,3 +77,3 @@ 'use strict'; | ||
var value = val; | ||
if (!value) { | ||
if (!value || !value.length) { | ||
value = []; | ||
@@ -80,0 +80,0 @@ for (var i = 0; i < this.props.cols; i++) { |
{ | ||
"name": "rmc-cascader", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"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
15831