Skip to content

Binary && condition not running as expected #21

@fast-one

Description

@fast-one

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions