handleErrorOnSubmit property

ValueChanged<String>? handleErrorOnSubmit
final

A callback that will be triggered whenever the submitForm method is called while the form is invalid. It exposes the first error returned by one of the form's field (Field

Implementation

final ValueChanged<String>? handleErrorOnSubmit;