hypeserver / react-date-range

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

Add new prop to remove static input ranges DOM node #471

Open non-engineer-dev opened 3 years ago

non-engineer-dev commented 3 years ago

Types of changes

What types of changes does your code introduce?

Description

Added a new prop (hideStaticInputRanges) to remove the DOM element wrapping static and input ranges.

BEFORE BEFORE

AFTER AFTER