DatePicker
A subclass of React.Component.
props
Readonly<DatePickerProps> intersected with Readonly<{ children?: ReactNode; }>
The props of the DatePicker component.
calendar
Calendar | null
Gets the Calendar component inside the DatePicker component.
dateInput
DateInput | null
Gets the DateInput component inside the DatePicker component.
element
HTMLSpanElement | null
Gets the wrapping element of the DatePicker.
name
string | undefined
Gets the name
property of the DatePicker.
show
boolean
Gets the popup state of the DatePicker.
validity
FormComponentValidity
Represents the validity state into which the DatePicker is set.
value
Date | null
Gets the value of the DatePicker.