Documentation of React Form Input Validation API's for use of web developers validating React Forms.
All notable changes to React Form Input Validation APIs will be documented in this file.
The format is based on Keep a Changelog.
data-async
introduced to denotes async validation form field.
It should be mentioned in form field, if the form field has async validation. Refer registerAsync
API for more details.handleFieldsChange
to handleChangeEvent
.inputErrors
is renamed to errors
.state.inputErrors.{form field name}.message
to state.errors.{form field name}
.useRules
.onformsubmit
event.