Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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