Component
Time Picker
Fuji-styled time picker built on Popover with hour and minute lists. It keeps a stable 24-hour HH:mm value contract so it drops into forms, while the display can use 12- or 24-hour format.
24-hour
12-hour with minute step
States
Disabled and invalid. The clear control appears once a value is set.
API reference
valueNone
string ("HH:mm")Controlled 24-hour value.
defaultValueNone
string ("HH:mm")Uncontrolled initial value.
onChangeNone
(value: string) => voidFires with the 24-hour value.
hourCycle24
12 | 24Display format only.
minuteStep5
numberMinute increment in the list.
clearabletrue
booleanShow a clear control when set.
invalidfalse
booleanError styling.
disabledfalse
booleanDisable interaction.
nameNone
stringRenders a hidden input for form posting.
classNameNone
stringAdditional classes applied to the component root.
