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.umd.js
CHANGED
@@ -1003,12 +1003,12 @@
|
|
1003
1003
|
onClick: toggle,
|
1004
1004
|
value: label,
|
1005
1005
|
onChange: change
|
1006
|
-
})), /*#__PURE__*/React__default["default"].createElement(Icon, {
|
1006
|
+
})), !readOnly ? /*#__PURE__*/React__default["default"].createElement(Icon, {
|
1007
1007
|
icon: "expand_more",
|
1008
1008
|
clickable: true,
|
1009
1009
|
size: "small",
|
1010
1010
|
action: toggle
|
1011
|
-
}), renderOptions());
|
1011
|
+
}) : null, renderOptions());
|
1012
1012
|
};
|
1013
1013
|
|
1014
1014
|
var isFunction$1 = function isFunction(value) {
|