Rxova
Skip to content

useDateInput

function useDateInput(options): UseDateInputResult;

Headless state for a segmented date 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 — type-ahead with auto-advance and day re-clamping especially.

ParameterType
optionsUseDateInputOptions

UseDateInputResult