Rxova
Skip to content

useTimeInput

function useTimeInput(options): UseTimeInputResult;

Headless state for a segmented time field: what is typed, where focus is, the digit-entry buffer, and the locale-driven layout. Exported so a consumer can build a completely custom renderer without reimplementing the fiddly parts — the 12/24-hour translation and type-ahead with auto-advance especially.

ParameterType
optionsUseTimeInputOptions

UseTimeInputResult