caolan / forms

An easy way to create, parse and validate forms in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only one error displayed?

vekexasia opened this issue · comments

Hello there form validation seems to stop at the first element with an error.

I've a form with multiple required fields but if i don't "compile" two or more of the required fields I get only the error text for the firstone.

You want the validatePastFirstError option - see https://github.com/caolan/forms#supported-options