@bigbinary/neeto-form-frontend 1.2.49 → 1.2.50

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 CHANGED
@@ -11952,7 +11952,7 @@ var getActiveQuestionKindDetails = function getActiveQuestionKindDetails(_ref) {
11952
11952
 
11953
11953
  /* eslint-disable @bigbinary/neeto/file-name-and-export-name-standards */
11954
11954
  var requiredLabelValidation = function requiredLabelValidation(schema, field) {
11955
- return schema.required(i18next__default["default"].t("neetoForm.common.fieldReq", {
11955
+ return schema.trim().required(i18next__default["default"].t("neetoForm.common.fieldReq", {
11956
11956
  field: field
11957
11957
  }));
11958
11958
  };