@bigbinary/neetoui 5.2.12 → 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.js CHANGED
@@ -27930,6 +27930,7 @@ var ValueContainer = function ValueContainer(props) {
27930
27930
  var selectProps = props.selectProps;
27931
27931
  return /*#__PURE__*/React__default.createElement(components.ValueContainer, _extends$4({}, props, {
27932
27932
  innerProps: _objectSpread$9(_objectSpread$9({}, props.innerProps), {}, {
27933
+ name: selectProps.name,
27933
27934
  "data-cy": selectProps ? "".concat(hyphenize(selectProps.label), "-select-value-container") : "select-value-container"
27934
27935
  })
27935
27936
  }));