I make a select with different option values.
Any value of the select has a different config options for the fullcalendar and different events to show.
My problems are:
When I change through the select values events change but fullcalendar config not.
When I change to the empty value of the select and then select a value option, then the config of the fullcalendar works but events duplicate each time.
Hi,
I make a select with different option values. Any value of the select has a different config options for the fullcalendar and different events to show.
My problems are:
How can I make it work?
Here is an example in codesandbox. https://codesandbox.io/s/vue-fullcalendar-select-cqw0s
Thanks!!