DateTimeRangeWidgetThis is a React component
SourceThis is a React component
import { DateTimeRangeWidget } from "@prestojs/ui-antd";
DateTimeRangeWidget(props)
See DatePicker for props available
As with all range widgets, ref should be shaped as { lowerRef: Ref(), upperRef: Ref() }
You may pass in props to be used for the individual input as lowerInput / upperInput
Parameter | Type | Description | |
---|---|---|---|
* | props.lowerInput | any | |
* | props.meta | any | |
* | props.rest | any | |
* | props.separator | any | |
* | props.upperInput | any |