Please see attached, I want to make a menu that can pop from every single row of a repeating group. That works right now, the menu opens and close if I click outside.
The problem : I can open multiple menus from different rows. They won’t close if I click on the menu so as to open another menu.
My app structure is like so:
My_Page(
–Repeating_group(
----Reusable_element(
------Groupfocus(
--------Reusable_element(
----------Group with my actions
--------)
------)
----)
–)
)
Any help?
Best