ywana-core8 0.1.74 → 0.1.75

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.umd.js CHANGED
@@ -1615,7 +1615,7 @@
1615
1615
  size: "small"
1616
1616
  })) : props.label;
1617
1617
  return /*#__PURE__*/React__default["default"].createElement("div", {
1618
- className: "dropdown " + className
1618
+ className: "dropdown " + className + " " + id
1619
1619
  }, /*#__PURE__*/React__default["default"].createElement(TextField, _extends({}, props, {
1620
1620
  label: title,
1621
1621
  onClick: onFocus,