@bigbinary/neeto-fields-frontend 1.3.38 → 1.3.39
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/dist/index.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.cjs.js
CHANGED
|
@@ -8035,7 +8035,9 @@ var InlineFieldValueInput = function InlineFieldValueInput(_ref2) {
|
|
|
8035
8035
|
_ref3$component = _ref3.component,
|
|
8036
8036
|
CustomDisplayComponent = _ref3$component === void 0 ? null : _ref3$component;
|
|
8037
8037
|
var DisplayComponent = CustomDisplayComponent || DefaultDisplayComponent;
|
|
8038
|
-
return isEditable ? /*#__PURE__*/React__default["default"].createElement("div",
|
|
8038
|
+
return isEditable ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8039
|
+
"data-cy": "inline-field-value-input-".concat(utils.hyphenize(field.name))
|
|
8040
|
+
}, /*#__PURE__*/React__default["default"].createElement(FieldValueInputWrapper, {
|
|
8039
8041
|
field: field,
|
|
8040
8042
|
fieldValues: fieldValues,
|
|
8041
8043
|
onSubmit: function onSubmit(values) {
|