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.
@@ -999,12 +999,12 @@ var DropDown = function DropDown(props) {
999
999
  onClick: toggle,
1000
1000
  value: label,
1001
1001
  onChange: change
1002
- })), /*#__PURE__*/React.createElement(Icon, {
1002
+ })), !readOnly ? /*#__PURE__*/React.createElement(Icon, {
1003
1003
  icon: "expand_more",
1004
1004
  clickable: true,
1005
1005
  size: "small",
1006
1006
  action: toggle
1007
- }), renderOptions());
1007
+ }) : null, renderOptions());
1008
1008
  };
1009
1009
 
1010
1010
  var isFunction$1 = function isFunction(value) {