hypeserver / react-date-range

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

Feature request: possibility of hiding the month #426

Open bertho-zero opened 3 years ago

bertho-zero commented 3 years ago

When there is the month and year selector just above it is duplicated, we should be able to overload this props, currently I hide it in css.

Off-topic: I see performance issues in a few places, among other things because of the methods defined directly in the render rather than as a class method.