ClickerMonkey / dayspan-vuetify

A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
MIT License
1.16k stars 254 forks source link

Title field cannot be hidden #212

Open yuthnaraya opened 4 years ago

yuthnaraya commented 4 years ago

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,