Date Range Field
The Date Range Field let the user select a date range with the keyboard.
Basic usage
You can render your Date Range Field with either one input using SingleInputDateRangeField
or two inputs using MultiInputDateRangeField
as show below.
Uncontrolled vs. Controlled
The component can be uncontrolled or controlled