disabled
Description
defines whether a time picker is disabledType
boolean
Default value
false
Example
<TimePicker disabled={true} />
Details
It is also possible to set a time picker to the disabled state by declaring the property with no value:
<TimePicker disabled />
Related article: Setting the disabled state
Related sample: TimePicker