ywana-core8 0.0.368 → 0.0.369

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.
@@ -1159,6 +1159,7 @@ var DropDown = function DropDown(props) {
1159
1159
  return /*#__PURE__*/React.createElement("div", {
1160
1160
  className: "dropdown"
1161
1161
  }, /*#__PURE__*/React.createElement(TextField, _extends({}, props, {
1162
+ onClick: toggle,
1162
1163
  value: label,
1163
1164
  onChange: change,
1164
1165
  readOnly: !predictive