davidtran / react-google-flight-datepicker

React date picker inspired by Google Flight
MIT License
386 stars 48 forks source link

Calendar is not scrolling to the next month automatically to the next when I select the month #21

Closed ammshath closed 3 years ago

ammshath commented 3 years ago

Hi, I am having a issue with the calendar scrolling. The default calendar is showing two months and I have to go to the third month using the next arrow icon. But I want the calendar to auto scroll to third month when I select any date in the second month image

according to the above image I need to make the calendar auto scroll to the next month (Oct 2021)..

Thanks.

davidtran commented 3 years ago

Hi @ammshath, this is not possible, it will break the UI logic for the calendar so I can't implement this request. You can fork this project and make the change.