@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/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.css +1 -1
- package/index.d.ts +58 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/layouts.cjs.js.map +1 -1
- package/layouts.js.map +1 -1
- package/package.json +1 -1
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
|
}));
|