Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 438 Bytes

textinput.rst

File metadata and controls

27 lines (17 loc) · 438 Bytes

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

Reference

toga.interface.widgets.textinput.TextInput