Skip to main content

DateFilterProps

Props for DateFilter

Properties

displayDate

displayDate: string

Date value to display in the date picker, typically formatted as string.


displayName

displayName: string

Label to display above the date picker.


onDateChange()

onDateChange: (date?) => void

Event handler called when the selected date changes. If the user clears the date, undefined will be passed.

Parameters

date?

Date

Returns

void