rc-tree-select
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -732,3 +732,6 @@ 'use strict'; | ||
} | ||
props.onChange(this.getVLForOnChange(value), ex); | ||
var labs = props.labelInValue ? null : value.map(function (i) { | ||
return i.label; | ||
}); | ||
props.onChange(this.getVLForOnChange(value), labs, ex); | ||
} | ||
@@ -735,0 +738,0 @@ }, |
{ | ||
"name": "rc-tree-select", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "tree-select 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
95355
2799