Is there any way to handle a line return in the igHtmlEditor controler?
My users want to be able to use a 'return' to format their text.
Hello Lauren,
You can check the following samples demonstrating the igHTMLEditor functionality: https://www.igniteui.com/html-editor/overview
In case you visualize an HTML content in the editor, the control renders standard HTML code and you can use the <br> HTML tag to create explicitly a new line.
In case you just type text and hit ENTER – the entered text content is wrapped in a div tag and for every new line, a div container is created.
Let me know if I may be of further assistance.
Svetla Boykova