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
Using ScrollViewKeyboardDismissBehavior.onDrag in a SingleChildScrollView causes text fields to immediately unfocus if the keyboard opening scrolls the text field to keep it visible.
Impacted Users
Apps using text fields in a SingleChildScrollView.
Impact Description
Text fields are unusable within SingleChildScrollView.
Workaround
Disabling ScrollViewKeyboardDismissBehavior.
Risk
low
Test Coverage
yes
Validation Steps
No response
The text was updated successfully, but these errors were encountered:
Issue Link
#160331
Target
stable
Cherry pick PR Link
#161329
Changelog Description
Using
ScrollViewKeyboardDismissBehavior.onDrag
in aSingleChildScrollView
causes text fields to immediately unfocus if the keyboard opening scrolls the text field to keep it visible.Impacted Users
Apps using text fields in a SingleChildScrollView.
Impact Description
Text fields are unusable within SingleChildScrollView.
Workaround
Disabling
ScrollViewKeyboardDismissBehavior
.Risk
low
Test Coverage
yes
Validation Steps
No response
The text was updated successfully, but these errors were encountered: