You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

callcomponent method to show/hide in Oracle VBCS

edited Apr 29, 2025 11:30AM in Visual Builder 3 comments

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");

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!