From 2672ef59f099c8bb10d892aa9391d02b4138299e Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Fri, 13 Sep 2019 10:16:54 -0700 Subject: [PATCH] For #2113 --- API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API.md b/API.md index 5c61c8926..555218db7 100755 --- a/API.md +++ b/API.md @@ -2870,6 +2870,7 @@ Requires the string value to be a valid email address. - `options` - optional settings: - `allowUnicode` - if `true`, Unicode characters are permitted. Defaults to `true`. + - `ignoreLength` - if `true`, ignore invalid email length errors. Defaults to `false`. - `minDomainSegments` - Number of segments required for the domain. The default setting excludes single segment domains such as `example@io` which is a valid email but very uncommon. Defaults to `2`.