Skip to main content

Date picker

Overview

A visible component for selecting date

Component Properties

PropertyDescription
dateSets the initial date.

Blocks

Events

On Date Selected

fires on datepicker date selected

loading block...

variabletypedescription
valueDictionaryDate

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...