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