[]
        
(Showing Draft Content)

Key Features

InputDate also offers other advanced features. These features are listed below:

  • Value

    Represents the current date selected by the user.

  • Max

    Sets value of the latest date that the user can enter.


  • Min

    Sets value of the earliest date that the user can enter.


  • Format

    Represents dates in different formats.


  • IsRequired

    Indicates whether the control must be a Date or whether it can be set to null.


  • SelectionMode

    Use this property to get or set a value to indicate where users can select days, months, or no values.

Key Actions

Property

Type

Values

Description

show-confirmation-buttons

Boolean

true / false

Shows or hides confirmation buttons.

key-action-print-characters

InputKeyAction

ChangeSelectionOnly / OpenDropdown

  • ChangeSelectionOnly: Allows typing to change selection without opening the calendar.

  • OpenDropdown: Opens the calendar when typing starts.

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.