Issue Link
#160331
Target
stable
Cherry pick PR Link
#161329
Changelog Description
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
Issue Link
#160331
Target
stable
Cherry pick PR Link
#161329
Changelog Description
Using
ScrollViewKeyboardDismissBehavior.onDragin aSingleChildScrollViewcauses 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