synapsestudios / hapi-async-validation

1 stars 1 forks source link

Don't overwrite values until AFTER all validation has run and passed #1

Open spruce-bruce opened 7 years ago

spruce-bruce commented 7 years ago

asyncValidation currently overwrites the values of the object being validated as the validators are resolving. This may lead to some unpredictable behavior.

Wait until all the async validators have resolved THEN overwrite values.