Question
1
Replies
432
Views
Posted: February 24, 2020
Last activity: February 24, 2020
How to show and hide the section based onclick
i have configured on button, if i am clicking the button i want display the one section below .
and i am switching to another tab and back to switch button configured tab in that case i dont want to display the section(on click section)
***Edited by Moderator Marissa to update platform capability tags****
On click of button, set a flag. Based on the flag, set visible condition to the section you want to show below. On switching tabs, set the flag to false.