jungsoft / materialui-daterange-picker

A react date range picker implementation using @material-ui.
MIT License
70 stars 81 forks source link

Remove dateRangeBackdrop if closeOnClickOutside is false #26

Open marcelpanse opened 2 years ago

marcelpanse commented 2 years ago

The generated backdrop is in the way in some cases (like when using my own ClickAwayListener, or using the DateRangePicker in a Modal).

There is no point in adding the backdrop if the closeOnClickOutside is false.