I have a Radio Group with two options. Depending on which one is selected (checked), a region with page items is displayed.
- Radio Group Option 1 Selected
- Shows Region 1
- Has three Page Items
- Radio Group Option 2 Selected
- Shows Region 2
- Has two Page Items
The problem I am having is that when I select Radio Group Option 1, fill in the page items with a value, and then select Radio Group Option 2. The Page Items from Radio Option 1 do not clear out. So, I created a DA to clear them out which solved that problem.
The problem I'm trying to solve now is that the hidden items that show based on the radio group selected are continue to show even once the Radio Group has been cleared. It does not recognize that the radio group option is no longer selected (checked). How would I hide the page items once a radio group has been cleared?
- Radio Group Option 1 Selected
- Shows Region 1
- Has three Page Items
- page items contain values
- Radio Group Option 2 Selected
- Page Items from Option 1 cleared
- Shows Region 2
- Has two Page Items
- One of the page items is a Radio Group
- Has hidden page items displayed based on Radio group selection
- Radio Group Option 1 Selected
- Page Items from Option 2 cleared
- Option 2 Page item → Radio Group → Cleared
- hidden page items still display. need them to hide again as nothing is selected on the radio group.
Hope this makes sense.