Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 447 Bytes

numberinput.rst

File metadata and controls

26 lines (17 loc) · 447 Bytes

Number Input

The Number input is a text input box that is limited to numeric input.

Usage

import toga

textbox = toga.NumberInput(min_value=1, max_value=10)

Supported Platforms

Reference

toga.interface.widgets.numberinput.NumberInput