aboveyunhai / chakra-dayzed-datepicker

Chakra UI + Dayzed = datepicker
https://aboveyunhai.github.io/chakra-dayzed-datepicker/
MIT License
223 stars 46 forks source link

bug - SingleDatepicker - popover not opens in the selected date month #18

Closed wellDan28 closed 2 years ago

wellDan28 commented 2 years ago

when clicking on SingleDatepicker where the date is already set, the popover will open on today calendar page. I would expect that it will be open on the provided date. (after choosing another date it behave as expected)

aboveyunhai commented 2 years ago

I think I can make it as an option so you can control which behavior you want to have.

aboveyunhai commented 2 years ago

@wellDan28 feel free to test PR to see if it resolves the issue.

wellDan28 commented 2 years ago

@aboveyunhai this pr resolve the issue, thanks, really appreciate it!