TimeField
Deprecated
View Source
Use TimeField from the @planningcenter/tapestry package instead.
:
:
:
Start Date:
06/03/2026 11:45 AMEnd Date:
06/03/2026 11:59 PMProps
Accepts Input props.
controlled
booleanIf true, the component will be controlled externally.
Otherwise, the state will be managed internally.
ignoredKeys
ArrayAn array of keys to ignore when pushed. ex: [“ArrowUp”, “ArrowDown”].
interval
numberisIOS
booleanRender native time input, defaults to true if user platform is an iOS device, otherwise false.
max
numbermin
numberonChange
(hoursAndMinutes: [number, number]) => voidReceives new time from typing or navigating with up and down arrow keys.
twelveHourClock
booleanDisplays time based on a 12 hour clock, true by default.
value
tupleThe controlled value passed to the internal input. Accepts an array of [hours, minutes] based on a 24 hour clock.