react-date-range icon indicating copy to clipboard operation
react-date-range copied to clipboard

Removing onmouseover event listeners

Open youcef-zaidi opened this issue 3 years ago • 1 comments

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.

youcef-zaidi avatar Jun 30 '22 07:06 youcef-zaidi

Prop: showPreview should do this for you.

umakantp avatar Dec 29 '23 11:12 umakantp