-
Notifications
You must be signed in to change notification settings - Fork 800
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
IsCurrency symbol validation error #598
Comments
Doesnt look like |
@vlapo The issue validatorjs/validator.js#1292 was opened. |
Thank you! Lets see what validator.js maintainers will says. |
@vlapo Fixed in: validatorjs/validator.js#1306 What is the next step? |
@btd1337 now we have to update validato.js :) I will try release new version with updated dependencies soon. |
Closing this as expired. If you still encounter this error please open a new issue with a minimal reproducible example showcasing your problem. The example should:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi devs,
I'm trying use BRL currency in @IsCurrency options, but when I use this setting the validator fails:
Value:
R$ 1.400,00
But changing symbol to
$
it works:Value:
$ 1.400,00
Changing symbol to
$R
it unbelievably too works!Why? Where is error?
PS: My app uses single quotes in Prettier Formatter
The text was updated successfully, but these errors were encountered: