-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormBuilderTextField location of error message #326
Comments
Maybe this is a problem that should be removed: errorStyle: TextStyle(
height: 0,
), |
I solved it by moving the borders inside the field itself, and removed the height from the container
|
Fantastic! So I am closing this issue. Thank you for the feedback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The location of the error message is coming above the textfield, is there a way to make it below the text field? is it to do with my code?
The text was updated successfully, but these errors were encountered: