Giampaolo Bellavite
Giampaolo Bellavite
With https://github.com/gpbl/react-day-picker/issues/1884 we are adding the `displayIndex` to the caption components. This could help fixing this issue too 🤔 .
@euljr Thanks for the bug report. Will work on it!
This is already being discussed in https://github.com/gpbl/react-day-picker/discussions/1570#discussioncomment-3803763, please keep the discussion in the relative page. Thanks!
@jasondainter I see it. It looks like Safari is keeping the `:hover` style. It seems to be an issue for other people too: https://stackoverflow.com/questions/47802530.
Looks like the fix is to include the over style inside `@media (hover: hover) {`.
@benoitgoupilleau thanks for your work here! I don't think a new prop is idea to fix the bug - the exposed solution here should be the default behavior. The changes...
Hi @fcablik @trabeast thanks for your interesting points. I understand there are use cases that are missing in the range selection mode. Range selections requires understanding some tricky user interactions...
> Hi, I am a bit new to open source development. If I wanted to develop bug fix for this, should I ask permission from maintainer first? @trabeast no need...
@ongyuxing this seems the solution we were looking for. Thanks for the help! I'll check the tests which have too much logs to be properly debugged...
> Would you recommend using this library and type for my purposes? @ongyuxing I'm interested why type-fest would be necessary? The update you propose seems to work. (The failing test...