@bigbinary/neeto-form-frontend 3.10.20 → 3.10.22
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/BuildForm.js
CHANGED
|
@@ -963,6 +963,7 @@ var Form$1 = function Form(_ref) {
|
|
|
963
963
|
label: t("neetoForm.questions.common.questionFields.field.question"),
|
|
964
964
|
onChange: withEventTargetValue(handleLabelChange)
|
|
965
965
|
}), shouldShowPlaceholder && /*#__PURE__*/jsx(FormikAdaptiveInput, {
|
|
966
|
+
className: "neeto-form-nano-placeholder-input neeto-form-nano-placeholder-input-".concat(kind),
|
|
966
967
|
name: "placeholder",
|
|
967
968
|
label: t("neetoForm.questions.common.questionFields.field.placeholder")
|
|
968
969
|
}), hasAdditionalData && renderAdditionalData({
|