@bigbinary/neetoui 5.2.4 → 5.2.5
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/index.js
CHANGED
|
@@ -27950,6 +27950,7 @@ var Select = function Select(_ref) {
|
|
|
27950
27950
|
htmlFor: inputId,
|
|
27951
27951
|
required: required
|
|
27952
27952
|
}, labelProps), label), /*#__PURE__*/React__default.createElement(Parent, _extends$4({
|
|
27953
|
+
blurInputOnSelect: false,
|
|
27953
27954
|
classNamePrefix: "neeto-ui-react-select",
|
|
27954
27955
|
"data-cy": "".concat(hyphenize(label), "-select-container"),
|
|
27955
27956
|
defaultValue: findInOptions(defaultValue),
|