Hierarchy

  • DatePicker

Properties

changeMonth: string

Specifies whether the month should be rendered as a button to allow selection, instead of as text.

changeYear: string

Specifies whether the year should be rendered as a button to allow selection, instead of as text.

currentMonthPos: number

Specifies the position in multiple months at which to show the current month (starting at 0).

Deprecated

Since 17.0.0. This is required when date-picker.number-of-months > 1, which is now deprecated, so this is no longer needed.

daysOutsideMonth: string

Specifies the behavior of days outside the current viewing month.

footerLayout: string

Specifies what content is shown within the footer of the calendar.

Deprecated

Since 8.2.0. This attribute is deprecated and should not be used as it will be ignored in new UX design.

numberOfMonths: number

Specifies the number of months to show at once. See the Help documentation for more information.

Deprecated

Since 17.0.0. This is not supported in the Redwood UX specification for Date Picker. See the Range Picker UX specification.

showOn: string

Specifies when the date picker should be shown.

Deprecated

Since 17.0.0. This is not supported in the Redwood UX specification.

stepBigMonths: number

Specifies the number of months to step backwards and forwards for the Ctrl+Alt+Page Up and Ctrl+Alt+Page Down keystrokes.

Deprecated

Since 17.0.0. This is not in the Redwood UX specification.

stepMonths: string | number

Specifies how the prev and next keys will step backwards and forwards through the months. See the Help documentation for more information.

Deprecated

Since 17.0.0. This is not in the Redwood UX specification.

weekDisplay: string

Specifies whether the week of the year will be shown.

yearRange: string

Specifies the range of years displayed in the year drop-down. See the Help documentation for more information.

Deprecated

Since 17.0.0. This is not in the Redwood UX specification. The 'min' and 'max' properties should be used instead.

Generated using TypeDoc