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

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

Reference