Hi, in my schedule dataSource array, I have been setting the event.Description to an HTML string so that my appointment can show meeting links in the quick info popup. This has been working, is that still supported?
I upgraded the following package and this stopped working:
"@syncfusion/ej2-schedule":
"^21.2.6",
"@syncfusion/ej2-schedule":
"^22.1.36",
My quick info popup now shows the html codes and not the html.
I am not using a custom template.
Thanks
--Andy