oj-bind-if Doesn't Work After First Time
Content
Hi,
In one of my page, I have a few oj-bind-if tags which display content conditionally based on a drop down. The drop down works fine as I can see that other things like conditionally required fields are made required and optional accordingly. However, the bind-if tag simply doesn't work further.
In the GIF, you can see that the variable assigned to Report Type is working fine, as evident by the changing text just below it. Notice how the fields From Actual Date and To Actual Date are marked as mandatory when the Report Type is shipping and become optional when any other value is selected. However, when the value of the dropdown is changed, the oj-bind-if should also trigger and display some additional content which is not happening here. I am attaching the entire HTML page for the reference.