Skip to content

char[] are not converted to String when used in templates #36

@adrienbaron

Description

@adrienbaron

When using a char[] in a template the output is not correctly converted to String.

For example this:

<div>{{ myCharArray }}</div>
@JsProperty char[] charArrayData = new char[]{'a', 'b', 'c'};

Is rendered to 97,98,99 instead of abc

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions