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