MonthPickerProps

Properties

Link copied to clipboard
abstract var autoFocus: Boolean?
Link copied to clipboard

Override or extend the styles applied to the component.

Link copied to clipboard
abstract override var className: ClassName?

className applied to the root element.

Link copied to clipboard
abstract var date: TDate?

Date value for the MonthPicker

Link copied to clipboard
abstract var disabled: Boolean?

If true picker is disabled

Link copied to clipboard

If true, today's date is rendering without highlighting with circle.

Link copied to clipboard
abstract var hasFocus: Boolean?
Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var onChange: dynamic

Callback fired on date change.

Link copied to clipboard
abstract var onFocusedViewChange: (newHasFocus: Boolean) -> Unit?
Link copied to clipboard
abstract var onMonthFocus: (month: Number) -> Unit?
Link copied to clipboard
abstract var readOnly: Boolean?

If true picker is readonly

Link copied to clipboard
abstract override var sx: SxProps<Theme>?

The system prop that allows defining system overrides as well as additional CSS styles.

Functions

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