The TextArea widget is for placing a text area, different from a text box in that it is intended to allow a large body of text to be written in it, including new lines.
Compatible data items:
- SimpleString (default)
- SimpleInt
- SimpleFloat
- ConstrainedInt (poor user experience, prefer NumericSpinner widget)
- ConstraintFloat (poor user experience, prefer NumericSpinner widget)