@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 CHANGED
@@ -17997,7 +17997,7 @@ var Input$1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
17997
17997
  className: "neeto-ui-input__prefix"
17998
17998
  }, prefix), /*#__PURE__*/React__default["default"].createElement("input", _extends$2({
17999
17999
  "aria-invalid": !!error,
18000
- "data-cy": "input-field",
18000
+ "data-cy": "".concat(hyphenize(label), "-input-field"),
18001
18001
  disabled: disabled,
18002
18002
  id: id,
18003
18003
  ref: ref,
@@ -25458,6 +25458,7 @@ var Select = function Select(_ref) {
25458
25458
  htmlFor: inputId,
25459
25459
  required: required
25460
25460
  }, labelProps), label), /*#__PURE__*/React__default["default"].createElement(Parent, _extends$2({
25461
+ blurInputOnSelect: false,
25461
25462
  classNamePrefix: "neeto-ui-react-select",
25462
25463
  "data-cy": "".concat(hyphenize(label), "-select-container"),
25463
25464
  defaultValue: findInOptions(defaultValue),