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

validate() can return undefined #9

Closed
notwaldorf opened this issue Jun 29, 2015 · 0 comments
Closed

validate() can return undefined #9

notwaldorf opened this issue Jun 29, 2015 · 0 comments
Assignees

Comments

@notwaldorf
Copy link
Contributor

If there's no validator set, validate() returns undefined, which is a bit weird. It should probably return true (since there's nothing that defines what invalid really means), or, slightly better, check if the values aren't empty and return true in that case, false otherwise

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

1 participant