@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 +1 -0
- package/formik.cjs.js.map +1 -1
- package/formik.js +1 -0
- package/formik.js.map +1 -1
- package/index.cjs.js +1 -0
- package/index.cjs.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.js
CHANGED
|
@@ -25408,6 +25408,7 @@ var ValueContainer = function ValueContainer(props) {
|
|
|
25408
25408
|
var selectProps = props.selectProps;
|
|
25409
25409
|
return /*#__PURE__*/React__default.createElement(components.ValueContainer, _extends$2({}, props, {
|
|
25410
25410
|
innerProps: _objectSpread(_objectSpread({}, props.innerProps), {}, {
|
|
25411
|
+
name: selectProps.name,
|
|
25411
25412
|
"data-cy": selectProps ? "".concat(hyphenize(selectProps.label), "-select-value-container") : "select-value-container"
|
|
25412
25413
|
})
|
|
25413
25414
|
}));
|