@bigbinary/neetoui 5.2.3 → 5.2.4
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 -1
- package/formik.cjs.js.map +1 -1
- package/formik.js +1 -1
- package/formik.js.map +1 -1
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -20172,7 +20172,7 @@ var Input$1 = /*#__PURE__*/forwardRef$1(function (_ref, ref) {
|
|
|
20172
20172
|
className: "neeto-ui-input__prefix"
|
|
20173
20173
|
}, prefix), /*#__PURE__*/React__default.createElement("input", _extends$4({
|
|
20174
20174
|
"aria-invalid": !!error,
|
|
20175
|
-
"data-cy": "input-field",
|
|
20175
|
+
"data-cy": "".concat(hyphenize(label), "-input-field"),
|
|
20176
20176
|
disabled: disabled,
|
|
20177
20177
|
id: id,
|
|
20178
20178
|
ref: ref,
|