@bigbinary/neetoui 5.2.3 → 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 +2 -1
- package/formik.cjs.js.map +1 -1
- package/formik.js +2 -1
- package/formik.js.map +1 -1
- package/index.cjs.js +2 -1
- package/index.cjs.js.map +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.js
CHANGED
|
@@ -17970,7 +17970,7 @@ var Input$1 = /*#__PURE__*/forwardRef$1(function (_ref, ref) {
|
|
|
17970
17970
|
className: "neeto-ui-input__prefix"
|
|
17971
17971
|
}, prefix), /*#__PURE__*/React__default.createElement("input", _extends$2({
|
|
17972
17972
|
"aria-invalid": !!error,
|
|
17973
|
-
"data-cy": "input-field",
|
|
17973
|
+
"data-cy": "".concat(hyphenize(label), "-input-field"),
|
|
17974
17974
|
disabled: disabled,
|
|
17975
17975
|
id: id,
|
|
17976
17976
|
ref: ref,
|
|
@@ -25431,6 +25431,7 @@ var Select = function Select(_ref) {
|
|
|
25431
25431
|
htmlFor: inputId,
|
|
25432
25432
|
required: required
|
|
25433
25433
|
}, labelProps), label), /*#__PURE__*/React__default.createElement(Parent, _extends$2({
|
|
25434
|
+
blurInputOnSelect: false,
|
|
25434
25435
|
classNamePrefix: "neeto-ui-react-select",
|
|
25435
25436
|
"data-cy": "".concat(hyphenize(label), "-select-container"),
|
|
25436
25437
|
defaultValue: findInOptions(defaultValue),
|