skratchdot / react-bootstrap-daterangepicker

A date/time picker for react (using bootstrap). This is a react wrapper around the bootstrap-daterangepicker project.
http://projects.skratchdot.com/react-bootstrap-daterangepicker/
Other
474 stars 203 forks source link

How to prevent the calendar being displayed if nested custom icon is clicked? #235

Open Al-JeMay opened 3 years ago

Al-JeMay commented 3 years ago

When click the input field, is okay to proceed with the normal behavior (show/hide the calendar), but when click the nested close icon, I wanted to do something else and prevent the calendar to be shown or hidden. Is this possible?

Untitled