react-calendar icon indicating copy to clipboard operation
react-calendar copied to clipboard

[v2.x] Hover callback, activeStartDate internal override...

Open Christopher2K opened this issue 5 years ago • 2 comments

Hi !

I don't know If you still maintain the v2 but for my own needs, I had to implement some features:

  • the ability to programatically control the date hovered
  • disable the fact that when you specify a date not shown on the current view, the calendar will render the view where this specific date is visible.

It allow me to do things like that... Capture d’écran 2019-11-27 à 18 53 06 Capture d’écran 2019-11-27 à 18 53 08

Christopher2K avatar Nov 27 '19 18:11 Christopher2K

Hi, thanks for your input. I definitely like parts of this PR - like onMouseOut/onMouseOver thing for tiles. I think I'm gonna port this in. keepUsingActiveStartDate makes the whole idea of activeStartDate even more confusing, hence the changes in React-Calendar 3.0.

wojtekmaj avatar Dec 21 '19 16:12 wojtekmaj

Hi ! Thank you for your feedback. I'll check changes in 3.0

Christopher2K avatar Jan 07 '20 12:01 Christopher2K