@zengenti/contensis-react-base 3.0.0-beta.74 → 3.0.0-beta.75

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/cjs/forms.js CHANGED
@@ -436,7 +436,7 @@ const validateInput = (field, value) => {
436
436
  message: 'You must enter a business email address.'
437
437
  };
438
438
  }
439
- } else {
439
+ } else if (!isValidRegex(field, value)) {
440
440
  return {
441
441
  fieldId: field.id,
442
442
  groupId: field.groupId,