DatePicker
Introduction
Function signature
date_picker = DatePicker(
value=None,
placeholder="Select date",
picker_type="date",
size=None,
readonly=False,
disabled= False,
editable=True,
clearable=True,
format="yyyy-MM-dd",
first_day_of_week=1,
widget_id=None,
)
Parameters
Parameters
Type
Description
value

placeholder

picker_type







size



readonly

disabled

editable

clearable


format

first_day_of_week

widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize DatePicker widgets
Create Button, Text widgets we will use in UI for demo
Create app layout
Create app using layout
Add functions to control widgets from code

Last updated