Skip to content

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

@hasankhat

Description

@hasankhat

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()], ), ), ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions