r-dropdown-button
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -450,3 +450,5 @@ "use strict"; | ||
if (item.html) { | ||
return getValue(item.html); | ||
return /*#__PURE__*/_react.default.createElement(_react.Fragment, { | ||
key: i | ||
}, getValue(item.html)); | ||
} | ||
@@ -576,4 +578,5 @@ | ||
className: "rdb-list-item".concat(className ? ' ' + className : '').concat(disabled ? ' disabled' : ''), | ||
style: getValue(item.style),title:'', | ||
onClick: this.click.bind(this) | ||
style: getValue(item.style), | ||
onClick: this.click.bind(this), | ||
title: '' | ||
}; | ||
@@ -580,0 +583,0 @@ return /*#__PURE__*/_react.default.createElement(_react.Fragment, null, item.splitter && /*#__PURE__*/_react.default.createElement("div", { |
{ | ||
"name": "r-dropdown-button", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
25163
698