DateRangePickerDateInputSettings
Represents the settings that can be passed to the DateInput inside the DateRangePicker.
Name | Type | Default | Description |
---|---|---|---|
ariaControls? |
|
Sets the aria-controls of the DateInput. | |
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. | |
ariaExpanded? |
|
Sets the aria-expanded of the DateInput. | |
ariaHasPopup? |
|
Sets the aria-haspopup of the DateInput. | |
ariaLabel? |
|
Sets the aria-label of the DateInput. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
ariaRole? |
|
Sets the aria role of the DateInput. | |
dir? |
|
Represents the | |
disabled? |
|
Determines whether the DateInput is disabled (see example). | |
fillMode? |
|
|
Configures the The available options are:
|
format? |
|
Specifies the | |
formatPlaceholder? |
|
Specifies the descriptions of the format sections in the input field (more information and example. | |
id? |
|
Sets the | |
inputAttributes? |
|
Sets the built-in HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed. | |
label? |
|
Renders a floating label for the DateInput. | |
max? |
|
Specifies the greatest date that is valid (see example. | |
maxTime? |
|
Specifies the greatest time that is valid (see example. | |
min? |
|
Specifies the smallest date that is valid (see example. | |
minTime? |
|
Specifies the smallest time that is valid (see example. | |
name? |
|
Specifies the name property of the input DOM element. | |
rounded? |
|
|
Configures the The available options are:
|
size? |
|
|
Configures the The available options are:
|
spinners? |
|
Specifies whether the Up and Down spin buttons will be rendered (see example). | |
steps? |
|
Specifies the incremental steps of the DateInput (see example. The available options are:
| |
tabIndex? |
|
Sets the | |
title? |
|
Sets the title of the | |
width? |
|
Specifies the width of the DateInput. |