clauderic / react-infinite-calendar

✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.
http://clauderic.github.io/react-infinite-calendar/
MIT License
3.99k stars 404 forks source link

Calendar is jumping to the center of the screen on open #234

Open kahurangitama opened 4 years ago

kahurangitama commented 4 years ago

Hi! First of all, thank you for such a great component!

I've experienced a problem. I have a side panel which has nice slide CSS-animation. However if I put this calendar into it this animation behaves very strange:

  1. it push all panel to the center of the screen.
  2. and move it back to the place where animation should stop.

I suppose it happen when plugin calculates absolute postitions. Unfortunately can't share any code (project of my client), so it's just FYI.

hedaktibo commented 3 years ago

Use autoFocus={false}. Helped me.