Skip to content
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

adding Textfield inside drawer will cause the keyboard open then auto dismiss when fcous Textfield #381

Open
hasankhat opened this issue Dec 1, 2024 · 0 comments

Comments

@hasankhat
Copy link

I used same example just add inside drawer Textfield then try to focus it will cause keyboard open then dismiss automatically!
I only tried on IOS device I don't know about android if have same issue

drawer: const Drawer( child: Center( child: Column( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[Text("This is the Drawer"), TextField()], ), ), ),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant