Search found 1180 matches

Hi! Please check this localization guide https://bryntum.com/products/calendar/docs/guide/Calendar/customization/localization Currently we have no localization demo for Calendar in React But you may check Scheduler localization demo. Calendar is based on Scheduler, so you may use demo code with Cale...
Hi! Scheduler online demo https://bryntum.com/products/scheduler/examples/frameworks/react/javascript/simple/build/ Source code for Scheduler demos can be found here https://bryntum.com/products/scheduler/docs/guide/Scheduler/download You may also download Scheduler Pro demos from here https://brynt...
Hi! This is slightly changed code from our basic calendar React demo: Calendar/examples/frameworks/react/typescript/basic/src/App.tsx // handler for onEventClick event const handleEventClick = ({ eventRecord } : { eventRecord : EventModel }) => { console.log(`Event clicked : ${eventRecord.name}`); }...

Hi!
We have released 5.6.1. Please try it and share your results.

Hi!
We have released 5.6.1 with support for pnpm. Please try it and share your results.

Hello!

The information which you have provided is not enough to give you an advice.
Please provide a small test application which we can run to reproduce this error.

Also please note that Scheduler cannot be rendered on server side (SSR).

Hi!

5.6.1 is not released yet. It will be released in coming few days.

Hi!

Unfortunately, we don't use Jest in our testing environment, so I cannot give you some exact advice.
If Jest supports fully functional DOM then it possibly could be used for testing.

I've created this issue for investigation
https://github.com/bryntum/support/issues/7877

That issue has been fixed. Will be released with 5.6.1.

Hi! When using thin, classes should be imported from the project package where this class exist. For example: HasPercentDoneMixin exists in Engine, so import should be from @bryntum/engine-thin . But for some reason it is not exported there. I've created this issue to fix in coming patch release: ht...