Skip to content

Binary && condition not running as expected #21

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions