Milad-Akarie/form_field_validator

Validator not showing validation result !!

ansary-hub opened this issue · 2 comments

Validator not showing validation result !!

Solved (Y)
You have to set the autovalidate property of the form to true, if you want the validation errors to be shown while the user is typing.

This is the setting - to be exact as of Flutter 2.10.3
autovalidateMode: AutovalidateMode.always