Time Picker
The Time Picker is the component that inputs the time by means of the Time Picker.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | 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 | |
Value | string | ||
Placeholder | string | ||
Helper Text | string | ||
Change Event | select | NONE | |
Error | - |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | string | automatic | ||
label | string | Time Picker | ||
width | number | 262 | ||
height | number | 55 | ||
x | number | |||
y | number | |||
variant | string | outlined | ||
color | string | |||
backgroundColor | string | |||
labelColor | string | |||
inputColor | string | |||
disabled | boolean | false | ||
readOnly | boolean | false | ||
required | boolean | false | ||
visibility | boolean | true | ||
value | string | |||
placeholder | string | |||
helperText | string | |||
error | boolean | false |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made and the cursor is moved out of the way. |