Issues with OJ-BIND-IF
Summary:
Hello Forum,
I am displaying/hiding certain set of fields based on selection of a Select single Values.by rendering putting oj-bind-if around those components within form.
But when i Select one field it gives me below error
Error: Cannot find closing comment tag to match: ko if: $page.variables.headerCreation.movementType=='Goods Out'
Content (required):
Version (include the version you are using, if applicable):
Version: 23.04.4
Code Snippet (add any code snippets that support your topic, if applicable):
<oj-bind-if test="[[ $page.variables.headerCreation.movementType=='Goods Out']]">
<oj-label for="Seq" >Truck Status</oj-label>
<oj-input-text id='Seq' value="{{ $variables.headerCreation.pickupTruckStatus }}" readonly="true" hidden="true">