You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so this library wasn't 100% finished when I pushed it to github, that's why version 0.1.0. It has also been a while since I worked on it so I can't remember if this should be handled. I will try to find some time tho and take a closer look into this issue.
I have implemented requests above. You can see them in #6 PR. Still have to test them that is why they are not yet merged in. I'll do that in coming days.
There are 2 new public methods:
CollapseCalendarView.toggle()
CollapseCalendarView.selectDate()
You can toggle and select view with those 2 methods programmatically.
Hi,
I'm trying to set date next way:
It changes date but changes are not reflected on UI until I start expanding view. It does not update view if I collapse it.
As a workaround I tried to call
But it work only in selected week or month. It does not switch to next/perv week/month when selection goes outside.
The text was updated successfully, but these errors were encountered: