[]
InputDate also offers other advanced features. These features are listed below:
Represents the current date selected by the user.
Sets value of the latest date that the user can enter.
Sets value of the earliest date that the user can enter.
Represents dates in different formats.
Indicates whether the control must be a Date or whether it can be set to null.
Use this property to get or set a value to indicate where users can select days, months, or no values.
Property | Type | Values | Description |
|---|---|---|---|
show-confirmation-buttons | Boolean | true / false | Shows or hides confirmation buttons. |
key-action-print-characters | InputKeyAction | ChangeSelectionOnly / OpenDropdown |
|
key-action-down-arrow | InputKeyAction | ChangeSelectionOnly / OpenDropdown | • Select dates using arrow keys only. • Opens the calendar when using arrow keys if it is closed. |
key-action-up-arrow | InputKeyAction | ChangeSelectionOnly / OpenDropdown | Same behavior as down arrow. |
key-action-tab | InputKeyAction | CloseAndKeepFocus / CloseAndMoveFocus | • CloseAndKeepFocus: Calendar closes, focus remains on the control. • CloseAndMoveFocus: Calendar closes and focus moves to the next element. |