callcomponent method to show/hide in Oracle VBCS
Summary:
callcomponent method to show/hide
Content (please ensure you mask any confidential information):
I am trying to hide and show,
from date and to date only when the Date Range radio button option is clicked.
I have tried using callcomponent show/hide button. I tried on page load I have used hide and in the event listener I tried using show but its not working .
Any help would be appreciated.
Version (include the version you are using, if applicable):
24.10.4
Code Snippet (add any code snippets that support your topic, if applicable):
console.log("VALUE OF DATE FILTER-->",$variables.dateFilter); if ($variables.dateFilter === 'RANGE') { console.log("Inside RANGE condition");
Tagged:
0