antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Give on-event-click to modal #483

Closed CharlesOnAir closed 2 years ago

CharlesOnAir commented 2 years ago

Hello,

I call a function using the "on-event-click" function, to modify the information associated with an event.

But to complete the modification, my user must click on a button, and from this moment I modify my data (event.title = creneauAddModal.value.nom). But impossible to modify the values because event, is not renewed in the second function.

Do you have any idea how to avoid this problem?

antoniandre commented 2 years ago

Hi @CharlesOnAir, please provide a reproduction link so we can investigate and help you. thanks.

antoniandre commented 2 years ago

Closing due to inactivity. please reopen with repro if not solved.