Skip to content

Validations Error Required False #142

Description

@javiercornejo

When you setup a field with "required: false" the ORM still verify if (for example) the email patterns is correct and it doesn't save when the field is empty or undefined.

[Error: no-pattern-match]
  field: 'email',
  value: undefined,
  required: false

I dont know to solve it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions