rc-cascader
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -104,2 +104,8 @@ 'use strict'; | ||
} | ||
var title = ''; | ||
if (option.title) { | ||
title = option.title; | ||
} else if (typeof option.label === 'string') { | ||
title = option.label; | ||
} | ||
return _react2['default'].createElement( | ||
@@ -109,3 +115,3 @@ 'li', | ||
className: menuItemCls, | ||
title: option.label | ||
title: title | ||
}, expandProps), | ||
@@ -112,0 +118,0 @@ option.label |
{ | ||
"name": "rc-cascader", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "cascade 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
32144
657