Formatting multi line addresses with commas

Hello, wrap them in <p> or <span> and use dmx-show attribute like:

<p dmx-show="your_binding">{{your_binding}},</p>

or you can add commas via CSS using ::before or ::after pseudo classes.

3 Likes