-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Scrollbar does not reach the bottom of the textfield #145839
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
Comments
Reproducible using the sample provided above. This appears to be limited to mobile devices. See the recordings below recordings
flutter doctor -v
|
I've been looking into this and it seems like adding a SafeArea widget above the Scrollbar fixes it, If you update the |
Thank you. There is an improvement, but I don't see it completely fixed. Anyway, this seems more like a workaround. |
Are there any plans to fix this? Or is there a better solution than adding a SafeArea, which adds additional space above and below the TextField? |
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce
Run the code below
Expected results
The scrollbar should reach the bottom of the textfield
Actual results
The scrollbar stops midway
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: