Is there any way to prevent closing PopupMenu after click on PopupMenuItem #2014
Unanswered
VladTheJunior
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In flutter there is
closeOnActivateflag for menu item, which prevent closing popup when false. It is very useful, when you want to do some multiple actions in popup (eg. manage columns visibility).Is it possible in gpui component? I need to everytime reopen popup which is extrmily bad user experience
Beta Was this translation helpful? Give feedback.
All reactions