deseretdigital/dayzed

[que[ - How to change date from outside of the calendar

Sparkenstein opened this issue · 2 comments

I have a specific usecase where user should be able to change year/month by dropdowns from outside of the calendar, when dropdown changes, I want the calendar to update. I tried setSelectedDate (in the main example in README) but it doesn't update the calendar.
Is this possible at the moment?

If I understand correctly, I think you will want to use the date prop. Here is an example in Codesandbox

Thanks for the answer,
iirc I tried EXACTLY same thing and it was not working for me! because it's pretty straight forward.
maybe some version issue not sure. I will try one more time, thanks!