Date Picker
The Date Picker is the component that inputs the date by means of a Date Picker.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Date Picker | |
Width | number | 222 | |
Height | number | 55 | |
X | number | ||
Y | number | ||
Variant | select | OUTLINED | |
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Input Color | string color picker | ||
Disabled | boolean | off | |
Read Only | boolean | off | |
Required | boolean | off | |
Visibility | boolean | on | |
Format | select | yyyy/MM/dd | |
Placeholder | string | yyyy/MM/dd | |
Helper Text | string | ||
Change Event | select | NONE | |
Value | string | ||
Error | - |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | id | string | automatic | |
label | label | string | Date Picker | |
width | width | number | 222 | |
height | height | number | 55 | |
x | x | number | ||
y | y | number | ||
variant | variant | string | outlined | |
color | color | string | ||
backgroundColor | backgroundColor | string | ||
labelColor | labelColor | string | ||
inputColor | inputColor | string | ||
disabled | disabled | boolean | false | |
readOnly | readOnly | boolean | false | |
required | required | boolean | false | |
visibility | visibility | boolean | true | |
format | format | string | yyyy/MM/dd | |
placeholder | placeholder | string | yyyy/MM/dd | |
helperText | helperText | string | ||
value | value | string | ||
error | error | boolean |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made and the cursor is moved out of the way. |