Properties

Link copied to clipboard

Formats the day of week displayed in the calendar header.

Link copied to clipboard
abstract var disableFuture: Boolean?

If true, disable values after the current date for date components, time for time components and both for date time components.

Link copied to clipboard

If true, today's day is not highlighted.

Link copied to clipboard
abstract var disablePast: Boolean?

If true, disable values before the current date for date components, time for time components and both for date time components.

Link copied to clipboard
abstract var displayWeekNumber: Boolean?

If true, the week number will be display in the calendar.

Link copied to clipboard
abstract var fixedWeekNumber: Int?

The day view will show as many weeks as needed after the end of the current month to match this value. Put it to 6 to have a fixed number of weeks in Gregorian calendars

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var loading: Boolean?

If true, calls renderLoading instead of rendering the day calendar. Can be used to preload information and show it in calendar.

Link copied to clipboard
abstract var maxDate: PickerValidDate?

Maximal selectable date.

Link copied to clipboard
abstract var minDate: PickerValidDate?

Minimal selectable date.

Link copied to clipboard
abstract var monthsPerRow: Number?

Months rendered per row.

Link copied to clipboard
abstract var onMonthChange: (PickerValidDate) -> Unit?

Callback fired on month change.

Link copied to clipboard
abstract var onYearChange: (PickerValidDate) -> Unit?

Callback fired on year change.

Link copied to clipboard
abstract var reduceAnimations: Boolean?

If true, disable heavy animations.

Link copied to clipboard
abstract override var renderLoading: () -> ReactNode?

Component displaying when passed loading true.

Link copied to clipboard

Disable specific date.

Link copied to clipboard

Disable specific month.

Link copied to clipboard

Disable specific year.

Link copied to clipboard

If true, days outside the current month are rendered:

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()