Skip to content
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

Allow empty strings. #16

Closed
asaf opened this issue Feb 2, 2016 · 1 comment
Closed

Allow empty strings. #16

asaf opened this issue Feb 2, 2016 · 1 comment

Comments

@asaf
Copy link

asaf commented Feb 2, 2016

Hey,

I have a problem where empty string is blocked by Joi (this is the default behavior unless allow('') is stated),

Any ideas where we can configure whether empty strings are allowed or not? maybe a general option such allowEmptyStrings: true ?

Thanks.

@tlivings
Copy link
Owner

minLength: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants