@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/formik.cjs.js CHANGED
@@ -25435,6 +25435,7 @@ var ValueContainer = function ValueContainer(props) {
25435
25435
  var selectProps = props.selectProps;
25436
25436
  return /*#__PURE__*/React__default["default"].createElement(components.ValueContainer, _extends$2({}, props, {
25437
25437
  innerProps: _objectSpread(_objectSpread({}, props.innerProps), {}, {
25438
+ name: selectProps.name,
25438
25439
  "data-cy": selectProps ? "".concat(hyphenize(selectProps.label), "-select-value-container") : "select-value-container"
25439
25440
  })
25440
25441
  }));