ExportedDateCalendarProps

Properties

Link copied to clipboard
abstract var disabled: Boolean?

If true, the picker and text field are disabled.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var onMonthChange: (month: TDate) -> Unit?

Callback fired on month change.

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

Callback fired on year change.

Link copied to clipboard
abstract var readOnly: Boolean?

Make picker read only.

Link copied to clipboard
abstract var reduceAnimations: Boolean?

If true, disable heavy animations.

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

Component displaying when passed loading true.

Functions

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