Input Date Picker contains a calendar component within an input used for choosing a day of a month.

Overview

Input Date Picker is an input-driven component containing the Date Picker.

Sample

Usage

  • Choosing a day
  • Choosing a range of days

Accessibility

Keyboard navigation

For more detailed keyboard navigation, visit the Date Picker's keyboard navigation.

KeyFunction
TabMoves focus in and out of the component.
Tab and ShiftMoves focus in and out of the component.
Arrow downOpens and shifts focus to the calcite-date-picker component.
EscWhen the calcite-date-picker component is open, closes the component and shifts focus back to the calcite-input-date-picker.

API reference

Properties

PropertyAttributeDescriptionTypeDefault
calendarscalendars

When range is true, specifies the number of calendars displayed.

1 | 22
disableddisabled

When true, prevents interaction and decreases the component's opacity.

booleanfalse
flipPlacements

Specifies the component's fallback placement for slotted content when it's initial or specified placement has insufficient space available.

FlipPlacement[]
focusTrapDisabledfocus-trap-disabled

When true, prevents focus trapping.

booleanfalse
formform

Specifies the id of the component's associated form.

When not set, the component is associated with its ancestor form element, if one exists.

string
headingLevelheading-level

Specifies the heading level number of the component's heading for proper document structure, without affecting visual styling.

HeadingLevel
labellabel

Specifies an accessible label for the component.

string
labelTextlabel-text

Specifies the component's label text.

string
layoutlayout

Defines the component's layout.

"horizontal" | "vertical""horizontal"
maxmax

When the component resides in a form, specifies the latest allowed date ("yyyy-mm-dd").

string
maxAsDate

Specifies the latest allowed date as a full date object.

Date
messageOverrides

Overrides individual strings used by the component.

Record<string, unknown> | undefined
minmin

When the component resides in a form, specifies the earliest allowed date ("yyyy-mm-dd").

string
minAsDate

Specifies the earliest allowed date as a full date object.

Date
monthStylemonth-style

Specifies the component's month style.

"abbreviated" | "wide""wide"
namename

Specifies the name of the component. Required to pass the component's value on form submission.

string
numberingSystemnumbering-system

Specifies the Unicode numeral system used by the component for localization. This property cannot be dynamically changed.

NumberingSystem
openopen

When true, displays the calcite-date-picker component.

booleanfalse
overlayPositioningoverlay-positioning

Specifies the type of positioning to use for overlaid content, where:

"absolute" works for most cases - positioning the component inside of overflowing parent containers, which affects the container's layout, and

"fixed" is used to escape an overflowing parent container, or when the reference element's position CSS property is "fixed".

OverlayPositioning"absolute"
placementplacement

Determines the calcite-date-picker's placement relative to the input.

MenuPlacement"bottom-start"
proximitySelectionDisabledproximity-selection-disabled

When true, disables the default behavior on the third click of narrowing or extending the range. Instead starts a new range.

booleanfalse
rangerange

When true, activates a range for the component.

booleanfalse
readOnlyread-only

When true, the component's value can be read, but controls are not accessible and the value cannot be modified.

booleanfalse
requiredrequired

When true and the component resides in a form, the component must have a value in order for the form to submit.

booleanfalse
scalescale

Specifies the size of the component.

"s" | "m" | "l""m"
statusstatus

Specifies the input field's status, which determines message and icons.

Status"idle"
topLayerDisabledtop-layer-disabled

When true and the component is open, disables top layer placement.

Only set this if you need complex z-index control or if top layer placement causes conflicts with third-party components.

booleanfalse
validationIconvalidation-icon

Specifies the validation icon to display under the component.

IconName | boolean
validationMessagevalidation-message

Specifies the validation message to display under the component.

string
validityread-only

The component's current validation state.

ValidityState
valuevalue

Selected date as a string in ISO format ("yyyy-mm-dd").

string | string[]
valueAsDate

The component's value as a full date object.

Date | Date[]

Slots

NameDescription
label-content

A slot for rendering content next to the component's labelText.

Styles

NameDescription
--calcite-input-date-picker-actions-icon-color

Specifies the component's actions icon color.

--calcite-input-date-picker-actions-icon-color-hover

Specifies the component's actions icon color on hover.

--calcite-input-date-picker-background-color

Specifies the component's input background color.

--calcite-input-date-picker-border-color

Specifies the component's input border color.

--calcite-input-date-picker-calendar-actions-background-color

Specifies the background color of the component's calendar actions.

--calcite-input-date-picker-calendar-actions-background-color-hover

Specifies the background color of the component's calendar actions when hovered.

--calcite-input-date-picker-calendar-actions-background-color-press

Specifies the background color of the component's calendar actions when pressed.

--calcite-input-date-picker-calendar-actions-text-color

Specifies the text color of the component's calendar actions.

--calcite-input-date-picker-calendar-actions-text-color-press

Specifies the text color of the component's calendar actions when pressed.

--calcite-input-date-picker-calendar-border-color

Specifies the border color of the component's calendar.

--calcite-input-date-picker-calendar-corner-radius

Specifies the corner radius of the component's calendar.

--calcite-input-date-picker-calendar-current-day-text-color

Specifies the text color of the component's calendar current day element.

--calcite-input-date-picker-calendar-day-background-color

Specifies the background color of the component's calendar day elements.

--calcite-input-date-picker-calendar-day-background-color-hover

Specifies the background color of the component's calendar day elements when hovered.

--calcite-input-date-picker-calendar-day-current-text-color
deprecated in v3.3.1, removal target v6.0.0 - Use --calcite-input-date-picker-calendar-current-day-text-color instead. Specifies the text color of current day of the component's date-picker.
--calcite-input-date-picker-calendar-day-range-background-color

Specifies the background color of the component's calendar selected day range.

--calcite-input-date-picker-calendar-day-range-text-color

Specifies the text color of the component's calendar selected day range.

--calcite-input-date-picker-calendar-day-text-color-selected

Specifies the text color of component's calendar selected day.

--calcite-input-date-picker-calendar-day-outside-range-background-color-hover

Specifies the background color of the component's calendar day elements outside the current range when hovered.

--calcite-input-date-picker-calendar-day-outside-range-text-color-hover

Specifies the text color of the component's calendar day elements outside the current range when hovered.

--calcite-input-date-picker-calendar-day-text-color

Specifies the text color of the component's calendar day elements.

--calcite-input-date-picker-calendar-day-text-color-hover

Specifies the text color of the component's calendar day elements when hovered.

--calcite-input-date-picker-calendar-selected-background-color

Specifies the background color of the component's calendar selected day.

--calcite-input-date-picker-calendar-shadow

Specifies the component's calendar shadow.

--calcite-input-date-picker-calendar-icon-color

Specifies the component's calendar icon color.

--calcite-input-date-picker-calendar-icon-color-hover

Specifies the component's calendar icon color when hovered.

--calcite-input-date-picker-calendar-month-select-text-color

Specifies the text color of the component's calendar selected month.

--calcite-input-date-picker-calendar-range-divider-color

When range is true, specifies the divider color between the component's calendars.

--calcite-input-date-picker-calendar-text-color

Specifies the text color of the component's calendar week, year & suffix.

--calcite-input-date-picker-corner-radius

Specifies the component's input corner radius.

--calcite-input-date-picker-divider-color

When range is true, specifies the component's divider color between two inputs.

--calcite-input-date-picker-icon-color

Specifies the component's input icon color.

--calcite-input-date-picker-placeholder-text-color

Specifies the component's input placeholder text color.

--calcite-input-date-picker-shadow

Specifies the component's input shadow.

--calcite-input-date-picker-text-color

Specifies the component's input text color.

Events

NameDescriptionBehavior
calciteInputDatePickerBeforeClose

Fires when the component is requested to be closed and before the closing transition begins.

bubblescomposed
calciteInputDatePickerBeforeOpen

Fires when the component is added to the DOM but not rendered, and before the opening transition begins.

bubblescomposed
calciteInputDatePickerChange

Fires when the component's value changes.

bubblescomposed
calciteInputDatePickerClose

Fires when the component is closed and animation is complete.

bubblescomposed
calciteInputDatePickerOpen

Fires when the component is opened and animation is complete.

bubblescomposed

Methods

NameDescriptionSignature
componentOnReady

Creates a promise that resolves once the component is fully loaded.

componentOnReady(): Promise<this>
reposition

Updates the component's position.

reposition(delayed?: boolean): Promise<void>
setFocus

Sets focus on the component.

setFocus(options?: FocusOptions): Promise<void>

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.