QCalendar Deleted Events Not Rendering Immediately
-
Hi there,
Apologies if I am doing something wrong but I can’t seem to figure this one out.
I am simply trying to delete an event from my calendar. However the calendar doesn’t render the update until something like the selected date changes.
See codepen here (https://codepen.io/kelso_xd/pen/GRpraMq)
Notice the two delete event functions used. When one is clicked, the event will not disappear until the selected date is changed.Any advice would be greatly appreciated.
Thanks. -
Apparently this is a Vue issue. See solution here using
this.$forceUpdate()
:https://github.com/quasarframework/quasar-ui-qcalendar/issues/107#issuecomment-619400387