There is a RichTextEditor widget (Input type can be “Markdown” or “HTML”). But I need a multiline plain text editor without any formatting. How can I implement this?
@ivp you can simply resize the input widget vertically to make it multiline
@Nikhil Thanks! Yes, it’s really easy