Date picker
Overview
A visible component for selecting date
Component Properties
| Property | Description |
|---|---|
| date | Sets the initial date. |
Blocks
Events
On Date Selected
fires on datepicker date selected
loading block...
| variable | type | description |
|---|---|---|
| value | Dictionary | Date |
Properties
value
Accepts: String
sets the date picker value
loading block...
value
Returns: String
get date picker value
loading block...
hide
Accepts: Boolean
Hides the component if the input is true and shows it if the input is false
loading block...
hidden
Returns: Boolean
Returns true if the component is hidden and false if it is not
loading block...