Skip to main content

Date Picker

A Date Picker is a graphical user interface widget, which allows the user to pick a date from the calendar.

Example

A8Studio

API Methods

setSize

Sets the size only using the parameters passed in.

setSize(size: "small" | "medium" | "large"): void

setVisibility

Sets the elements of the given category to visible in this view.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the hide condition

setVisibilityCondition(condition: string): void