-
Notifications
You must be signed in to change notification settings - Fork 53
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
On TextField Widget want to show menu on focus and hide on leave butt not working fine #16
Comments
so you want to implement the input suggestion? |
Yes |
u can send demo to my email [email protected] |
i'm interested to this answer? i had same problem ? |
below is my code i want to show menu when focus is in textfield widget and hide when leave textfield widget. butt when i do this multiple time. sometime menu never hide. how to resolve this issue
return CustomPopupMenu(
child: Container(
// color:Colors.black54,
// mainAxisAlignment: MainAxisAlignment.spaceEvenly,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text('hello')
The text was updated successfully, but these errors were encountered: