jeffhandley / strickland

Strickland is a JavaScript validation framework with a focus on extensibility and composition

Home Page:http://strickland.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field-level form validation is still difficult

jeffhandley opened this issue · comments

The props validator is great for validating entire objects that could have been populated from forms, but validating a single field within a larger form is challenging.

There should be a validator that allows for incremental validation of a form, validating field-by-field or the entire form when the form is complete and ready to submit. Each field needs to support async validators too.

Fixed by c404d50