rc-tree-select
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -608,3 +608,3 @@ 'use strict'; | ||
}; | ||
if (item.children) { | ||
if (item.children && item.children.length) { | ||
return _react2['default'].createElement( | ||
@@ -611,0 +611,0 @@ _TreeNode3['default'], |
{ | ||
"name": "rc-tree-select", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "tree-select ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -117,3 +117,3 @@ # rc-tree-select | ||
|disabled | disable treeNode | bool | false | | ||
|key | the unique key of treeNode, you must set it | String | - | | ||
|key | it's value must be unique across the tree's all TreeNode, you must set it | String | - | | ||
|value | default as treeNodeFilterProp | String | '' | | ||
@@ -120,0 +120,0 @@ |title | tree/subTree's title | String | '---' | |
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
86726