Text Input

The text input widget is a simple input field for user entry of text data.

Usage

import toga

input = toga.TextInput(placeholder='enter name here')

Supported Platforms

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

Reference