hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.59k stars 672 forks source link

How to remove the side bar showing today yesterday to nothing #371

Closed piyush97 closed 4 years ago

piyush97 commented 4 years ago

Subject of the issue

How to remove the side bar showing today yesterday to nothing

image

shivam-baghla commented 4 years ago

use <DateRange />instead of <DateRangePicker />

chrisclausen90 commented 4 years ago

Or set staticRanges={[]}

piyush97 commented 4 years ago

Thanks