Skip to content

Email validation returning errors for valid emails in IE11 #38

@keirlawson

Description

@keirlawson
var schema = joi.object({
    sender: joi.string().email().required()
  })

joi.validate({sender: 'foo@bar.com'}, schema)

This produces the following error: "child "sender" fails because ["sender" must be a valid email]" regardless of the email address in question on IE11 on Windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions