Open
Description
The following code is not running as expected
Input: type = "transaction" , someproperty = "something"
Code: <template if="{{type=== 'Transaction' && someproperty}}">...</template>
However, the following code works
Code: <template if="{{type=== 'Transaction' }}"><template if="{{someproperty}}">...</template></template>
Metadata
Metadata
Assignees
Labels
No labels