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
I cannot hide title field. I set title to false but it does not work. It's working fine for other like description, location, ...
Here are my code. Vue.use(DaySpanVuetify, { data: { supports: { title: false, description: false, color: false, location: false, calendar: false, busy: false, icon: false, guests: false, }, }, });
How can we disable popup for edit? I cannot find any allowEdit: false.
Do you have any hint?
Thank you,
The text was updated successfully, but these errors were encountered:
Hi,
I cannot hide title field. I set title to false but it does not work. It's working fine for other like description, location, ...
Here are my code.
Vue.use(DaySpanVuetify, { data: { supports: { title: false, description: false, color: false, location: false, calendar: false, busy: false, icon: false, guests: false, }, }, });
How can we disable popup for edit? I cannot find any
allowEdit: false
.Do you have any hint?
Thank you,
The text was updated successfully, but these errors were encountered: