Date Time Picker
The Date Time Picker is a component that allows the date to be entered by means of a Date Time Picker.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Date Time Picker | |
Width | number | 262 | |
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 hh:mm aa | |
Placeholder | string | yyyy/MM/dd hh:mm aa | |
Helper Text | string | ||
Change Event | select | NONE | |
Value | string |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | id | string | automatic | |
label | label | string | Date Time Picker | |
width | width | number | 262 | |
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 hh:mm aa | |
placeholder | placeholder | string | yyyy/MM/dd hh:mm aa | |
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. |