Hey, thanks for the great component.
I was wondering if it would be possible to combine date range boxes?

I mean the fields on the right, like: last month, last week, etc..
That should already be possible. It looks like you'll want your component to render two inline date pickers, and use them to select a range. See the inline example and the date range example.
Let us know if for some reason those features do not work well together.
Sorry, I guess the image is misleading. If you look at the top right of the two boxes. It is a SINGLE input box. A better example:

Ok... Have you run into any problems in your attempt to create that single input? Have you tried rendering two ReactDatepicker instances as subcomponents for it?
I mean, I "could" create this with custom drop downs/css/text box, but it would be a nice feature to have out of the box. I see a lot of other react date pickers with this functionality.
Most helpful comment
I mean, I "could" create this with custom drop downs/css/text box, but it would be a nice feature to have out of the box. I see a lot of other react date pickers with this functionality.