Skip to main content

DateField


Example

Props

NameTypeDefault ValueRequiredDescription
type"range" | "single"No
shortcutsShortcutProps<CalendarDate>[] | ShortcutProps<[CalendarDate, CalendarDate]>[]No
namestringNo
valueCalendarDate | [CalendarDate, CalendarDate]Yes
onChange((value: CalendarDate) => unknown) | ((value: [CalendarDate, CalendarDate]) => unknown)Yes
onBlur() => unknownNo
labelstringYes
issuesNonEmptyArray<Children>No
disabledbooleanNo
assistiveTextChildrenNo
autoFocusbooleanNo
hintstringNo
hintPlacement"bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start"No
minDateCalendarDateNo
maxDateCalendarDateNo
shouldDisableDate(date: DateValue) => booleanNo
readOnlybooleanNo