Skip to content

Time Picker

The Time Picker is the component that inputs the time by means of the Time Picker.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2Label LStringTime PickerlabelstringTime PickerComponent label
3WidthNumber262widthnumber262Component width
4HeightNumber55heightnumber55Component height
5XNumberxnumberX coordinate position
6YNumberynumberY coordinate position
7LockBooleanOFFlockbooleanfalseWhen ON, the component stays fixed even when the screen is scrolled.
When OFF, the component moves along with the screen scroll.
Added in v4.1.0.
8SizeSelection
1. Small
2. Medium
3. None
NonesizestringnoneWhen a value other than None is selected, Height is disabled.
When Legacy Design is ON, Size is disabled.
Added in v4.2.0.
9VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
10Legacy DesignBooleanOFFThis is only effective when the Variant is set to Standard.
When ON, the component is displayed with the legacy design.
When OFF, the component is displayed with the new design.
Added in v4.1.0
11ColorString
Color Picker
colorstringComponent color
12Background ColorString
Color Picker
backgroundColorstringBackground color
13Label ColorString
Color Picker
labelColorstringLabel text color
14Input ColorString
Color Picker
inputColorstringInput text color
15DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
16Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
17RequiredBooleanOFFrequiredbooleanfalseRequired input field specification
18VisibilityBooleanONvisibilitybooleantrueComponent show/hide
19ValueStringvaluestringTime picker value
20PlaceholderStringplaceholderstringPlaceholder text
21Helper TextStringhelperTextstringHelper text
22Change EventSelection
1. None
2. UI Script
3. Action
4. Detached Action
NoneEvent setting for value changes
Detached Action became selectable in v4.1.0.
UI Script became selectable in v4.2.0.
23ErrorerrorbooleanfalseError state
24Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.
25Tab FocusSelection
1.[Component ID]
tabFocusstringNext focus component specification
Added in v3.3.0

Event

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