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 @lee-40square,
I'm afraid that's not how Flutter's FormField works. A null value for errorText essentially means that validation is successful and a String means validation has failed.
I, however, get your point - currently, the feature to hide the validation error is not present. This may be considered in the next major version.
I'd like to be able to show the error border without showing any error text. When I do something like
the error border no longer works.
The text was updated successfully, but these errors were encountered: