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