Skip to content

Date Picker

The Date Picker is the component that inputs the date by means of a Date Picker.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringDate PickerlabelstringDate PickerComponent label
3WidthNumber222widthnumber222Component width
4HeightNumber55heightnumber55Component height
5XNumberxnumberX coordinate position
6YNumberynumberY coordinate position
7VariantSelection
1.Outlined
2.Filled
3.Standard
OutlinedvariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel text color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
14RequiredBooleanOFFrequiredbooleanfalseRequired input field specification
15VisibilityBooleanONvisibilitybooleantrueComponent show/hide
16FormatSelection
1.yyyy/MM/dd
2.MM/dd/yyyy
3.dd/MM/yyyy
yyyy/MM/ddformatstringyyyy/MM/ddDate display format
17PlaceholderStringyyyy/MM/ddplaceholderstringyyyy/MM/ddPlaceholder text
18Helper TextStringhelperTextstringHelper text
19Change EventSelection
1.None
2.Action
NoneEvent setting for value changes
20ValuevaluestringDate value
21ErrorerrorbooleanError state
22Tab FocusSelection
1.[UI ID]
tabFocusstringSpecifying the component for the next focus
Added in "v3.3.0"

Event

Event nameDescription
onchangeOccurs when a value change is made and the cursor is moved out of the way.