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