Hello everyone,
I have a PopUp Group. But its visibility depends on the Combo box selected value.
If combo box selected value is equal to "Add" then popup group visibility is set to TRUE.
This is the code in PopUpGroup visible property:
If(ComboBox.Selected.Title = "Add",
true
)
but my question is how to hide again the popUpGroup when I click the X icon in popUpGroup?
What I want is to set the visible property again to FALSE