Hi, there! I have a RG and on every element a bar menu that shows up if button clicked. Is there a way to do that, if everything else except the bar menu is clicked on the user interface the bar menu disappears. Cheers!
Hi @d.norkus If you place everything else in a group (except the menu), then you can set up a workflow such as “When Menu is visible and Container Group is clicked” --> Hide the Menu". That should work, but let me know if not!
1 Like
Alternatively, it may be better to use a group focus for the menu. By default, group focus elements can’t be placed in an RG cell, but you can create a reusable element with an icon which shows a group focus element, and then place that reusable element in the cell.
That will make sure that if the User clicks something other than the group focus menu when it is visible, the group focus menu will automatically become hidden
1 Like
thank you! I am trying group focus option now!
1 Like