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
Focus on any text field, the keyboard shows up. Now open any modalBottomSheet or showDialog, once they are closed the field goes back in focus causing the keyboard to come back to focus.
Expected Behavior
The field should be unfocused if any other entity shows up on the screen and show remained unfocued afterwards
Steps To Reproduce
Android or iOS
Tap on any text field so that it becomes in focus i.e. keyboard shows up
I've used forgot password button but you can use any onTap or onPressed and try to open a modal
The modal opens, and the keyboard exists
Now, exit the modal by any means
The keyboard shows up again
Same happens with alert dialog box opened via showDialog method
Aditional information
Screen.Recording.2024-12-02.at.2.44.01.PM.mov
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package/Plugin version
9.5.0
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
Focus on any text field, the keyboard shows up. Now open any
modalBottomSheet
orshowDialog
, once they are closed the field goes back in focus causing the keyboard to come back to focus.Expected Behavior
The field should be
unfocused
if any other entity shows up on the screen and show remainedunfocued
afterwardsSteps To Reproduce
forgot password
button but you can use anyonTap
oronPressed
and try to open a modalSame happens with alert dialog box opened via
showDialog
methodAditional information
Screen.Recording.2024-12-02.at.2.44.01.PM.mov
The text was updated successfully, but these errors were encountered: