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
The problem is once calendar is attached disable dates doesn't changes. I can see that this.calendar is new but html doesn't changes. I tried to use destroy() method but it doesn't work as I expected.
Is there a proper way to destroy created calendar? Is there a way to update disabledDates in options? Or maybe there another solution?
Thank in advance!
The text was updated successfully, but these errors were encountered:
Hi.
Thank you for your awecome calendar!
I got some problem. I think it relates to Vue but I'm not sure.
I have a list with items. Every item has a button which opens calendar. Every calendar has its own disabled dates. Calendar exists in one instance.
My template looks like this:
Calendar opens by this method:
The problem is once calendar is attached disable dates doesn't changes. I can see that
this.calendar
is new but html doesn't changes. I tried to usedestroy()
method but it doesn't work as I expected.Is there a proper way to destroy created calendar? Is there a way to update
disabledDates
inoptions
? Or maybe there another solution?Thank in advance!
The text was updated successfully, but these errors were encountered: