OptionalautoFocus?: booleanOptionalcloseCalendarOnSelect?: booleanIndicates whether selecting a date from the calendar automatically closes the calendar.
Optionaldisabled?: booleanIndicates if the input is disabled.
Optionalid?: stringThe ID of the input.
Optionalinline?: booleanIndicates if the calendar should be rendered with block display (so that it takes up space instead of overlaying). Useful when there is interactive content near the input or when in a tooltip (e.g. QuickFilter).
OptionalinputClassName?: stringCSS class for the input element.
Optionalinvalid?: booleanIndicates if the input is invalid.
Optionalmax?: string | nullThe latest date allowed to be selected in the calendar.
Optionalmin?: string | nullThe earliest date allowed to be selected in the calendar.
Optionalname?: stringThe name of the input.
OptionalonBlur?: () => voidA callback function to call when focus is removed from the input.
OptionalonFocus?: () => voidA callback function to call when the input becomes focused.
OptionalopenCalendarOnFocus?: booleanIndicates whether focusing the input automatically opens the calendar.
Optionalplaceholder?: stringPlaceholder text to display when the value is blank. The value "[locale]" will display a date format for the
user's locale and the input's precision, e.g. "MM/DD/YYYY".
Optionalprecision?: DateTimePrecisionThe precision of the date input. Accepts "year", "month", "day", "hour", "minute", or "second".
A callback function to update the input value when a change happens.
OptionalsideEffect?: (v: DateTimeFieldValue) => voidA side effect function to call when the value changes as a result of user interaction with this input, and not external updates to the field value.
The value of the input.
OptionalwithPreview?: DateTimeInputWithPreviewOptionControls when the value (or invalid value) preview is shown and takes up space.
Indicates if the input should be auto-focused.