Type Definitions
object
# DatePickerProps
Props for DatePicker
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
{...} |
any
|
Any custom props to pass down to the ReactDatePicker |
|
disabled |
boolean
|
<optional> |
If datepicker should be disabled |
value |
string
|
Date
|
<optional> |
selected date |
onChange |
function
|
on change callback taking Date object as a date |
|
propertyType |
PropertyType
|
<optional> |
property type, could be either 'date' or 'datetime' |