Skip to content

Handlebar syntax in view with comma breaks silently #557

@maknz

Description

@maknz

Hi,

Suppose I have this label in my view, which concats a plain string to a data-bound variable:

<Label text="{{ 'Hi ' + name }}" textWrap="true" style="horizontal-align: center"/>

That works fine. However, if I have "Hi, " instead of "Hi ", it will break silently.

<Label text="{{ 'Hi, ' + name }}" textWrap="true" style="horizontal-align: center"/>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions