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

Sequential Validation #499

Closed
developdeez opened this issue Mar 14, 2019 · 1 comment
Closed

Sequential Validation #499

developdeez opened this issue Mar 14, 2019 · 1 comment

Comments

@developdeez
Copy link

There should be a way to determine what order I want validated if Im showing one at a time.

@jquense
Copy link
Owner

jquense commented Mar 15, 2019

as a performance and speed concern validations are run in parallel via promise.all where feasible. if you want to show a specific error thats more of a display concern, you can turn off abortEarly and then show the error you want from the returned! We may add some version of sequential validation in the future but its not high on the priority list right now

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