hypeserver / react-date-range

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

Removing onmouseover event listeners #579

Open youcef-zaidi opened 2 years ago

youcef-zaidi commented 2 years ago

Subject of the issue

How to remove default hover event listeners

[BUG] Bug Reproduce Steps

hover the mouse over the a day of Calendar Component, it automatically add "rdrSelected" class. I would like to override this behavior.

umakantp commented 6 months ago

Prop: showPreview should do this for you.