FormValidation

You will find here the definition of FormValidation and details about its attributes.

What is it?

‌This action is used to configure the error messages returned toby the external service to submit the form, for example, verify the CPF register status when it is submitted.

FormValidation structure is:

AttributeTypeRequiredDefinition
errorsList<FieldError>Errors list.

FieldError

FieldError is class that defines error.

The FieldError structure is:

AttributeTypeRequiredDefinition
inputNameStringName of the component which the error refers to.
messageStringError message to be displayed.

Last modified February 11, 2021: create content (#298) (43225e15)