BaseDateValidationProps

Properties

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
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 key: Key?
Link copied to clipboard
abstract var maxDate: PickerValidDate?

Maximal selectable date.

Link copied to clipboard
abstract var minDate: PickerValidDate?

Minimal selectable date.

Functions

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