@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.js CHANGED
@@ -11914,7 +11914,7 @@ var getActiveQuestionKindDetails = function getActiveQuestionKindDetails(_ref) {
11914
11914
 
11915
11915
  /* eslint-disable @bigbinary/neeto/file-name-and-export-name-standards */
11916
11916
  var requiredLabelValidation = function requiredLabelValidation(schema, field) {
11917
- return schema.required(i18next.t("neetoForm.common.fieldReq", {
11917
+ return schema.trim().required(i18next.t("neetoForm.common.fieldReq", {
11918
11918
  field: field
11919
11919
  }));
11920
11920
  };