deseretdigital / dayzed

Primitives to build simple, flexible, WAI-ARIA compliant React date-picker components.
https://dayzed.netlify.app
MIT License
660 stars 27 forks source link

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

Closed Sparkenstein closed 3 years ago

Sparkenstein commented 3 years ago

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?

mkartchner994 commented 3 years ago

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

Sparkenstein commented 3 years ago

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!