@bigbinary/neeto-form-frontend 3.10.20 → 3.10.21
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/BuildForm.js +1 -0
- package/dist/BuildForm.js.map +1 -1
- package/dist/cjs/BuildForm.js +1 -0
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/package.json +1 -1
package/dist/cjs/BuildForm.js
CHANGED
|
@@ -984,6 +984,7 @@ var Form$1 = function Form(_ref) {
|
|
|
984
984
|
label: t("neetoForm.questions.common.questionFields.field.question"),
|
|
985
985
|
onChange: utils.withEventTargetValue(handleLabelChange)
|
|
986
986
|
}), shouldShowPlaceholder && /*#__PURE__*/jsxRuntime.jsx(FormikAdaptiveInput, {
|
|
987
|
+
className: "neeto-form-nano-placeholder-input neeto-form-nano-placeholder-input-".concat(kind),
|
|
987
988
|
name: "placeholder",
|
|
988
989
|
label: t("neetoForm.questions.common.questionFields.field.placeholder")
|
|
989
990
|
}), hasAdditionalData && renderAdditionalData({
|