-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
isAlpha function does not accept an options argument #1717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It does validator.js/src/lib/isAlpha.js Line 4 in 8c4b3b3
|
That was indeed the case. Thank you for pointing that out. It looks like the issue is with the I will repost the issue there. |
I suspect that |
You are correct. Thank you. |
Uh oh!
There was an error while loading. Please reload this page.
isAlpha method doesn't accept options argument
The documentation states that the isAlpha function accepts a locale and an options argument with an ignore key, but the code does not reflect this.
Examples
Additional context
Validator.js version: ^13.6.0
Node.js version: 16.1.0
OS platform: macOS
The text was updated successfully, but these errors were encountered: