Input
Introduction
Function signature
Input(
value="",
minlength=0,
maxlength=1000,
placeholder="",
size=None,
readonly=False,
widget_id=None
)
Parameters
Parameters
Type
Description
value

minlength
maxlength
placeholder

size

readonly
type

icon
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize Input widget
Create buttons to control Input widget values.
Create app layout
Create app using layout
Add functions to control widget from python code

Last updated