Search found 12411 matches

That's a typo yes, should say tooltipTemplate, we'll get it fixed!

Could you make it break at the exception and see what data is being read? If you could provide us your event data + resources data (without any sensitive data) that would be helpful.

Also, does it happen in 5.6.9 too?

You can use the renderer to output any icons/HTML you like and then use the custom timeAxisHeaderClick to observe clicks on those icons (event delegation)

Looks like a bug yes, we'll take a look. Thanks for reporting! https://github.com/bryntum/support/issues/9004

Can you please share a small test case with us, with reproduction steps?

No autoClose config available on EventEdit: Should be put in a editorConfig block.

schedulerConfig : {
  features: {
    eventEdit: {
       editorConfig : {
           autoClose: false,
       },
       ...
       }
     }
   }

Can you please share a small test case that we can run and debug this? How do you swap between them?

What if you just return the string?

return  `<div onclick='event.stopPropagation()'>
                 TOTOTO
                </div>`;

You should be able to upload videos btw.