We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4aca4f commit 54c35f9Copy full SHA for 54c35f9
vue/src/js/hooks/useValidation.js
@@ -37,7 +37,7 @@ export default function useValidation (props) {
37
allowedDomains = [], // Specific allowed domains
38
blockedDomains = [], // Specific blocked domains
39
allowSubdomains = true, // Allow email addresses with subdomains
40
- minLength = 3, // Minimum length before @
+ minLength = 1, // Minimum length before @
41
maxLength = 254, // Maximum total length (RFC 5321)
42
strict = false // Stricter validation
43
} = options;
0 commit comments