Fields
| Name | Type | Description | Options |
|---|---|---|---|
| Label | Text | - | - |
| Custom CSS classes | Text | CSS classes, separated by spaces. You can define classes in custom stylesheets. | - |
Events
wf-date-change
wf-date-change
Capture changes to this control.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Name | Type | Description | Options |
|---|---|---|---|
| Label | Text | - | - |
| Custom CSS classes | Text | CSS classes, separated by spaces. You can define classes in custom stylesheets. | - |
wf-date-change
def onchange_handler(state, payload):
# Set the state variable "new_date" to the new value, provided as a YYYY-MM-DD string.
state["new_date"] = payload
Was this page helpful?