DateRangePickerCalendarSettings
Represents the settings that can be passed to the MultiViewCalendar inside the DateRangePicker.
Name | Type | Default | Description |
---|---|---|---|
activeRangeEnd? |
| Specifies which end of the defined selection range will be marked as active.
| |
allowReverse? |
| If set to | |
ariaDescribedBy? |
| Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabelledBy? |
| Identifies the element(s) which will label the component. | |
bottomView? |
| Defines the bottommost view to which the user can navigate. | |
cell? |
| Enables the customization or the override of the default MultiViewCalendar cell (see example). | |
className? |
| Sets the | |
defaultActiveView? |
| Sets the default active view of the MultiViewCalendar. If not set, the MultiViewCalendar displays the month view. | |
disabled? |
| Determines whether the MultiViewCalendar is disabled. | |
focusedDate? |
| Sets the initial focused date of the MultiViewCalendar. | |
headerTitle? |
| Enables the customization or the override of the default header title in the MultiViewCalendar (see example). | |
id? |
| Sets the | |
max? |
| Sets the maximum allowed date of the MultiViewCalendar. Defaults to | |
min? |
| Sets the minimum allowed date of the MultiViewCalendar. Defaults to | |
mode? |
| Sets the selection mode of the MultiViewCalendar. The available modes are:
| |
tabIndex? |
| Sets the | |
topView? |
| Defines the topmost view to which the user can navigate. | |
views? |
| Sets the | |
weekCell? |
| Enables the customization or the override of the default week cell in the MultiViewCalendar (see example). | |
weekNumber? |
| Determines if the week number column will be displayed. |
Methods
onBlur | ||||||
---|---|---|---|---|---|---|
Fires each time the MultiViewCalendar is blurred. | ||||||
|
onFocus | ||||||
---|---|---|---|---|---|---|
Fires each time the MultiViewCalendar is focused. | ||||||
|