Skip to content

Template expression are evaluated only in the last attribute #313

@kosek

Description

@kosek

Hi,

when more attributes contain template expression, e.g.:

<template >
      <option value="{Id}" title="{Title}" data-test="{1+2}">{Value}</option>
</template>

Then template only in the last attribute is being evaluated producing the following HTML:

<template >
      <option value="{Id}" title="{Title}" data-test="3">Value from XML</option>
</template>

But {Id} and {Title} should be also populated by data coming from the instance, but they keep untouched and unprocessed.

Metadata

Metadata

Assignees

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