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
I have multiple widgets that are wrapped with TapRegion and the same groupID to handle the behaviour consistently
It would be really nice to use TapRegion with groupID here as well... if you have an Idea where to put the TapRegion or which widget is absorbing the event let me know
It looks like DropdownButtonFormField2 is also using a Overlay that doesnt overflow the screen, if you know how to realize that I would also be happy to know.
The text was updated successfully, but these errors were encountered:
My problem is, I have a DropdownButtonFormField2 inside a OverlayPortal and it closes if I click outside of it.
if I select a value of the dropdown its being detected as an outsideclick, probably because one widget is absorbing the onclick event.
Only one member joins the GestureArena:
I have multiple widgets that are wrapped with TapRegion and the same groupID to handle the behaviour consistently
It would be really nice to use TapRegion with groupID here as well... if you have an Idea where to put the TapRegion or which widget is absorbing the event let me know
It looks like DropdownButtonFormField2 is also using a Overlay that doesnt overflow the screen, if you know how to realize that I would also be happy to know.
The text was updated successfully, but these errors were encountered: