ywana-core8 0.0.155 → 0.0.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/textfield.js +1 -1
package/dist/index.cjs
CHANGED
@@ -1006,12 +1006,12 @@ var DropDown = function DropDown(props) {
|
|
1006
1006
|
onClick: toggle,
|
1007
1007
|
value: label,
|
1008
1008
|
onChange: change
|
1009
|
-
})), /*#__PURE__*/React__default["default"].createElement(Icon, {
|
1009
|
+
})), !readOnly ? /*#__PURE__*/React__default["default"].createElement(Icon, {
|
1010
1010
|
icon: "expand_more",
|
1011
1011
|
clickable: true,
|
1012
1012
|
size: "small",
|
1013
1013
|
action: toggle
|
1014
|
-
}), renderOptions());
|
1014
|
+
}) : null, renderOptions());
|
1015
1015
|
};
|
1016
1016
|
|
1017
1017
|
var isFunction$1 = function isFunction(value) {
|