DatePicker Pass Through

Pass Through documentation for DatePicker component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

DatePickerRoot PT Options#

Defines passthrough(pt) options of DatePicker component.

labeltypedescription
rootDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
pcInputTextDatePickerRootPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
portalDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
panelDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
containerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the container's DOM element.
calendarDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the calendar's DOM element.
headerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
prevDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the prev's DOM element.
prevIconDatePickerRootPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the prevIcon's DOM element.
titleDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
selectMonthDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the selectMonth's DOM element.
selectYearDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the selectYear's DOM element.
decadeDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the decade's DOM element.
nextDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the next's DOM element.
nextIconDatePickerRootPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the nextIcon's DOM element.
dayViewDatePickerRootPassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the dayView's DOM element.
monthViewDatePickerRootPassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the monthView's DOM element.
yearViewDatePickerRootPassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the yearView's DOM element.
tableHeaderDatePickerRootPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the tableHeader's DOM element.
tableHeaderRowDatePickerRootPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the tableHeaderRow's DOM element.
weekDayCellDatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the weekDayCell's DOM element.
weekDayDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the weekDay's DOM element.
weekHeaderDatePickerRootPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the weekHeader's DOM element.
weekHeaderLabelDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the weekHeaderLabel's DOM element.
tableBodyDatePickerRootPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the tableBody's DOM element.
tableBodyRowDatePickerRootPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the tableBodyRow's DOM element.
dayCellDatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the dayCell's DOM element.
monthCellDatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the monthCell's DOM element.
yearCellDatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the yearCell's DOM element.
weekNumberDatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the weekNumber's DOM element.
weekLabelContainerDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the weekLabelContainer's DOM element.
buttonbarDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the buttonbar's DOM element.
todayDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the today's DOM element.
clearDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the clear's DOM element.
timePickerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the timePicker's DOM element.
hourPickerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the hourPicker's DOM element.
minutePickerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the minutePicker's DOM element.
secondPickerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the secondPicker's DOM element.
ampmPickerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the ampmPicker's DOM element.
incrementDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the increment's DOM element.
incrementIconDatePickerRootPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the incrementIcon's DOM element.
decrementDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the decrement's DOM element.
decrementIconDatePickerRootPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the decrementIcon's DOM element.
hourDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the hour's DOM element.
minuteDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the minute's DOM element.
secondDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the second's DOM element.
ampmDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the ampm's DOM element.
separatorContainerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the separatorContainer's DOM element.
separatorDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the separator's DOM element.
clearIconDatePickerRootPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the clearIcon's DOM element.
dropdownDatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the dropdown's DOM element.
dropdownIconDatePickerRootPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the dropdownIcon's DOM element.
inputIconContainerDatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the inputIconContainer's DOM element.
footerDatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.

DatePickerInput PT Options#

Defines passthrough(pt) options of DatePickerInput component.

labeltypedescription
rootDatePickerInputPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the root's DOM element.

DatePickerInputIconContainer PT Options#

Defines passthrough(pt) options of DatePickerInputIconContainer component.

labeltypedescription
rootDatePickerInputIconContainerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerDropdownIcon PT Options#

Defines passthrough(pt) options of DatePickerDropdownIcon component.

labeltypedescription
rootDatePickerDropdownIconPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerDropdown PT Options#

Defines passthrough(pt) options of DatePickerDropdown component.

labeltypedescription
rootDatePickerDropdownPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerClearIcon PT Options#

Defines passthrough(pt) options of DatePickerClearIcon component.

labeltypedescription
rootDatePickerClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerPortal PT Options#

Defines passthrough(pt) options of DatePickerPortal component.

labeltypedescription
rootDatePickerPortalPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerPanel PT Options#

Defines passthrough(pt) options of DatePickerPanel component.

labeltypedescription
rootDatePickerPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerContainer PT Options#

Defines passthrough(pt) options of DatePickerContainer component.

labeltypedescription
rootDatePickerContainerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerCalendar PT Options#

Defines passthrough(pt) options of DatePickerCalendar component.

labeltypedescription
rootDatePickerCalendarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerHeader PT Options#

Defines passthrough(pt) options of DatePickerHeader component.

labeltypedescription
rootDatePickerHeaderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerPrev PT Options#

Defines passthrough(pt) options of DatePickerPrev component.

labeltypedescription
rootDatePickerPrevPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
prevIconDatePickerPrevPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the prev icon's DOM element.

DatePickerTitle PT Options#

Defines passthrough(pt) options of DatePickerTitle component.

labeltypedescription
rootDatePickerTitlePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerSelectMonth PT Options#

Defines passthrough(pt) options of DatePickerSelectMonth component.

labeltypedescription
rootDatePickerSelectMonthPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerSelectYear PT Options#

Defines passthrough(pt) options of DatePickerSelectYear component.

labeltypedescription
rootDatePickerSelectYearPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerDecade PT Options#

Defines passthrough(pt) options of DatePickerDecade component.

labeltypedescription
rootDatePickerDecadePassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerNext PT Options#

Defines passthrough(pt) options of DatePickerNext component.

labeltypedescription
rootDatePickerNextPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
nextIconDatePickerNextPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the next icon's DOM element.

DatePickerTable PT Options#

Defines passthrough(pt) options of DatePickerTable component.

labeltypedescription
rootDatePickerTablePassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the root's DOM element.

DatePickerTableHead PT Options#

Defines passthrough(pt) options of DatePickerTableHead component.

labeltypedescription
rootDatePickerTableHeadPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the root's DOM element.

DatePickerTableHeadRow PT Options#

Defines passthrough(pt) options of DatePickerTableHeadRow component.

labeltypedescription
rootDatePickerTableHeadRowPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the root's DOM element.

DatePickerTableHeadCell PT Options#

Defines passthrough(pt) options of DatePickerTableHeadCell component.

labeltypedescription
rootDatePickerTableHeadCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.
weekDayDatePickerTableHeadCellPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the week day label's DOM element.

DatePickerTableHeadWeekCell PT Options#

Defines passthrough(pt) options of DatePickerTableHeadWeekCell component.

labeltypedescription
rootDatePickerTableHeadWeekCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.
weekHeaderLabelDatePickerTableHeadWeekCellPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the week header label's DOM element.

DatePickerTableBody PT Options#

Defines passthrough(pt) options of DatePickerTableBody component.

labeltypedescription
rootDatePickerTableBodyPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the root's DOM element.

DatePickerTableBodyRow PT Options#

Defines passthrough(pt) options of DatePickerTableBodyRow component.

labeltypedescription
rootDatePickerTableBodyRowPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the root's DOM element.

DatePickerTableBodyCell PT Options#

Defines passthrough(pt) options of DatePickerTableBodyCell component.

labeltypedescription
rootDatePickerTableBodyCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.

DatePickerTableBodyWeekCell PT Options#

Defines passthrough(pt) options of DatePickerTableBodyWeekCell component.

labeltypedescription
rootDatePickerTableBodyWeekCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.
weekLabelContainerDatePickerTableBodyWeekCellPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the week label container's DOM element.

DatePickerFooter PT Options#

Defines passthrough(pt) options of DatePickerFooter component.

labeltypedescription
rootDatePickerFooterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerButtonbar PT Options#

Defines passthrough(pt) options of DatePickerButtonbar component.

labeltypedescription
rootDatePickerButtonbarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerToday PT Options#

Defines passthrough(pt) options of DatePickerToday component.

labeltypedescription
rootDatePickerTodayPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerClear PT Options#

Defines passthrough(pt) options of DatePickerClear component.

labeltypedescription
rootDatePickerClearPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerTime PT Options#

Defines passthrough(pt) options of DatePickerTime component.

labeltypedescription
rootDatePickerTimePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerPicker PT Options#

Defines passthrough(pt) options of DatePickerPicker component.

labeltypedescription
rootDatePickerPickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerIncrement PT Options#

Defines passthrough(pt) options of DatePickerIncrement component.

labeltypedescription
rootDatePickerIncrementPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
incrementIconDatePickerIncrementPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the increment icon's DOM element.

DatePickerHour PT Options#

Defines passthrough(pt) options of DatePickerHour component.

labeltypedescription
rootDatePickerHourPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerDecrement PT Options#

Defines passthrough(pt) options of DatePickerDecrement component.

labeltypedescription
rootDatePickerDecrementPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
decrementIconDatePickerDecrementPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the decrement icon's DOM element.

DatePickerSeparatorContainer PT Options#

Defines passthrough(pt) options of DatePickerSeparatorContainer component.

labeltypedescription
rootDatePickerSeparatorContainerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerSeparator PT Options#

Defines passthrough(pt) options of DatePickerSeparator component.

labeltypedescription
rootDatePickerSeparatorPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerMinute PT Options#

Defines passthrough(pt) options of DatePickerMinute component.

labeltypedescription
rootDatePickerMinutePassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerSecond PT Options#

Defines passthrough(pt) options of DatePickerSecond component.

labeltypedescription
rootDatePickerSecondPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerAmPm PT Options#

Defines passthrough(pt) options of DatePickerAmPm component.

labeltypedescription
rootDatePickerAmPmPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.