Line Breaks in Dialog messages

I found this post which shows we can use <br> tags for line breaks, but this only works in the dialog-show tool, not in the dialog-show-system tool.

I’ve tried \n, <br>, <br/>; and I’ve tried these tags with single quotes, double quotes, curly braces, double and single quotes around curly braces, and backticks.

Anybody know how to do line breaks in dialog-show-system tool?

Javescript used \n i think. Maybe try that?

Yes, this is a strange one, in Appication Studio events, if you use “kinetic-message-handler” (used to be “erp-message-handler”) depending on which type (Log, Toast, Alert, Dialog, Slideout) is used I have found <br> works or \r\n works…Not very awesome

1 Like