Hello,
With the "Notification" component, I'd like have several lines in the details section to display error message coming from my backend Is there a way to do this ? the lines one under the other and why not with a bullet.
Thanks,
Hello,
With the "Notification" component, I'd like have several lines in the details section to display error message coming from my backend Is there a way to do this ? the lines one under the other and why not with a bullet.
Thanks,
Hi @Kris-I,
You can use HTML tags in the Detail and Summary of the notification. Add <br>
to create new lines or <ul><li>item 1</li><li>item 2</li></ul>
But I expected something out of the box but it's a good workaround.
Thanks,