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
Good day. First of all, I'm thankful for this library for showing events on a calendar. It's intuitive, simple to use. Anyway, I'm facing an issue with regards to the 'desc' property of the events. Is there a way to create a description with line beaks? like:
return {
date: date,
title: 'Titile',
desc: 'This \n is \n a \n description' // 'This <br/> is <br/> a </br> description.'
}
The text was updated successfully, but these errors were encountered:
Good day. First of all, I'm thankful for this library for showing events on a calendar. It's intuitive, simple to use. Anyway, I'm facing an issue with regards to the 'desc' property of the events. Is there a way to create a description with line beaks? like:
The text was updated successfully, but these errors were encountered: