hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

New `DateRangeInput` component

Open lbwexler opened this issue 2 years ago • 1 comments

Blueprint has a nice example of this, but they are really easy to find. Nice when you really need a range, and want to use one-click buttons, etc.

One issue is how to then represent the date range in your form model? As an array of two dates? An object with start/end properties?

lbwexler avatar Apr 06 '22 21:04 lbwexler