@bigbinary/neetoui 5.2.11 → 5.2.13

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/index.cjs.js CHANGED
@@ -27960,6 +27960,7 @@ var ValueContainer = function ValueContainer(props) {
27960
27960
  var selectProps = props.selectProps;
27961
27961
  return /*#__PURE__*/React__default["default"].createElement(components.ValueContainer, _extends$4({}, props, {
27962
27962
  innerProps: _objectSpread$9(_objectSpread$9({}, props.innerProps), {}, {
27963
+ name: selectProps.name,
27963
27964
  "data-cy": selectProps ? "".concat(hyphenize(selectProps.label), "-select-value-container") : "select-value-container"
27964
27965
  })
27965
27966
  }));