I'm using Angular and I'm adding a dynamic content to popup.
Here is my code: https://plnkr.co/edit/tIYsHZ
As you can see I would like to add some new line to the content, but it doesn't work.
Isn't possible to reach that with Semantic-Ui Popup?
Could this be an issue or feature request? Do you know any workaround?
Hi @smartm0use, it is possible, has nothing to do with SUI, and can easily be researched on the Internet. The following is a standard reply.
Thank you for posting, but although it鈥檚 a valid usage question, we鈥檝e limited GitHub Issues to bug reports and feature requests, keeping the board more manageable for maintainers; see the contributing guidelines for more information on what kind of posts should find themselves into the GitHub Issues board.
To get answers or feedback that might allow you to repost or reopen this issue, please use one of our other support resources:
I solved using html instead of content and <br /> as separator.
Thank you anyway for your response ;)