-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
choreA tedious but necessary taskA tedious but necessary task
Description
As a Developer I want to specify validation rules and error messages per each form field so that user can see errors on saving invalid data.
Form field configuration example:
{
name: 'title',
validation: (val) => !!val
validationError: t('event.title.required')
}
Validation should be triggered in validate() method of TForm component.
Blocks #99
Metadata
Metadata
Assignees
Labels
choreA tedious but necessary taskA tedious but necessary task