form-backend-validation
Advanced tools
Changelog
2.1.0 - 2017-11-21
successful
state propertypopulate
method to fill the form with values without overwriting the initial valuesChangelog
2.0.2 - 2017-10-19
Changelog
2.0.1 - 2017-09-05
Changelog
2.0.0 - 2017-08-30
create
method, and fluent withData
, withOptions
, withErrors
methodsonSuccess
and onFail
can now be set by passing them as an option to the formErrors.get
has been renamed to Errors.first
, get
now returns all of a field's errorsForm.getError
is equivalent to Errors.first
, Form.getErrors
to Errors.get
onFail
and catch
on request promises now return a full error object instead of the response data