A multiline plain text editor

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 :slight_smile:

@Nikhil
Thanks!
Yes, it’s really easy :slight_smile: