Multi-line text input

The Multi-line text input is similar to the text input but designed for larger inputs, similar to the textarea field of HTML.

Usage

import toga

textbox = toga.MultilineTextInput(id='view1')

Supported Platforms

Component iOS win32 web django cocoa gtk android
MultilineTextInput no yes no no yes no no

Reference