Search found 12394 matches

You could use Mask, try in any demo:

gantt.mask('foo');

gantt.unmask()

Docs:https://bryntum.com/products/gantt/docs/api/Gantt/view/Gantt#function-mask

Not sure it'll let you use React content there (do you really need?).

You can set dragTouchStartDelay : 300, on your TaskResize config, and it should do the trick already.

Reproduced, it's the TaskResize, not respecting the touch delay (which is intended). We'll get this fixed, thanks for reporting!

https://github.com/bryntum/support/issues/9013

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?