UI Library

DateRangePicker

Default

range: — – —

Props

PropTypeDefaultNotes
fromstring''Range start as YYYY-MM-DD; invalid reads as unset.
tostring''Range end as YYYY-MM-DD; invalid reads as unset.
onFrom(value: string) => voidCalled with the picked start (or reset).
onTo(value: string) => voidCalled with the picked end (or reset).