Skip to content

Validations Error Required False #142

@javiercornejo

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions