DateInputOptions
Represents the options type of the DateInput.
Name | Type | Default | Description |
---|---|---|---|
allowCaretMode |
|
|
Determines if the users should see a blinking caret inside the Date Input when possible. |
autoCorrectParts |
|
|
Indicates whether the mouse scroll can be used to increase/decrease the date segments values. |
autoFill |
|
|
When enabled, the DateInput will autofill the rest of the date to the current date when the component loses focus. |
autoSwitchKeys |
|
|
A string array representing custom keys, which will move the focus to the next date format segment. |
autoSwitchParts |
|
|
Determines whether to automatically move to the next segment after the user completes the current one. |
enableMouseWheel |
| ||
format |
|
Specifies the | |
formatPlaceholder? |
|
Specifies the descriptions of the format sections in the input field (more information and example). | |
intlService |
|
The Intl object that provides internationalization support. | |
placeholder? |
|
Specifies the hint the DateInput displays when its value is | |
selectPreviousSegmentOnBackspace |
|
|
Determines wether should select the previous segment on backspace. |
steps? |
|
Specifies the incremental steps of the DateInput (see example). The available options are:
| |
twoDigitYearMax |
|
|
The maximum year to assume to be from the current century when typing two-digit year value (see example). The default value of 68, indicating that typing any value less than 69 will be assumed to be 20xx, while 69 and larger will be assumed to be 19xx. |
value |
|
Specifies the value of the DateInput. |