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
Also I'd like to point out the :selectedDate prop is not required when you're using v-model:selectedDate, I don't know why you use both in the documentation
Here in the docs it says you can two-way bind both
selectedDate
andcurrentView
by usingv-model
's attribute.Obviously that's not working..
Two-way binding for
selectedDate
works this way (verified):As for
currentView
I haven't verified how it's implemented, maybe that works with the default v-model.The documentation's page that I'm talking about: https://ej2.syncfusion.com/vue/documentation/schedule/how-to/two-way-binding
The text was updated successfully, but these errors were encountered: