You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
It is not possible to use the autovalidate mode [AutovalidateMode.onUserInteraction].
Would it be possible to add the "autovalidateMode" parameter in a next version?
I modified the local code like this:
autovalidateMode: autovalidateMode?? (autovalidate
? AutovalidateMode.always
: AutovalidateMode.disabled),
The text was updated successfully, but these errors were encountered:
Hi.
It is not possible to use the autovalidate mode [AutovalidateMode.onUserInteraction].
Would it be possible to add the "autovalidateMode" parameter in a next version?
I modified the local code like this:
autovalidateMode: autovalidateMode?? (autovalidate
? AutovalidateMode.always
: AutovalidateMode.disabled),
The text was updated successfully, but these errors were encountered: