davidtran / react-google-flight-datepicker

React date picker inspired by Google Flight
MIT License
385 stars 47 forks source link

When isOpen=true by default it starts with end date #36

Closed sanketakulkarniari closed 3 years ago

sanketakulkarniari commented 3 years ago

Hi,

We are using this and control and it works very fine..only issue is in our use case we always want to have this control in open model. so we used isOpen="true". But when we do this by default end date is focused and when user tries to select it selects end date first.

We need start date to be focused... Can you help us with this?

davidtran commented 3 years ago

Hi @sanketakulkarniari we will take a look on this issue, thank you for notifiy us.

davidtran commented 3 years ago

hi @sanketakulkarniari we have fixed the issue and published a new version on NPM

sanketakulkarniari commented 3 years ago

Thanks a lot, @davidtran , I will check. Really appreciate your help.