Nige White
Nige White
[Forum post](https://forum.bryntum.com/viewtopic.php?p=167165&hilit=inputAttributes#p167165) Hi, We are using the 1Password browser extension, and the icon is always shown in the task name input. Do you know a way to prevent this? Best...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=32816)
[Forum post](https://forum.bryntum.com/viewtopic.php?p=167562#p167562) Hello Bryntum team, I would need an assistance on the following: Given this code: ``` onDateRangeChange(e, setViewDate)} eventTooltipFeature={eventTooltip} /> ``` Is there a way to intercept the mode...
`crudStores` and `stores` The base class does ``` construct(config = {}) { if (config.stores) { config.crudStores = config.stores; delete config.stores; } ``` I suggest we deprecate `crudStores` for removal in...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=25161&sid=afee0bd791acfcdf22d26a375ffd0714) Hi team Can we sort events in the week view based on the event name
So if a mode has a `project`, it should use that project, not the Calendar's project. This principle should apply to all configs which default in from the Calendar.
[Forum post](https://forum.bryntum.com/viewtopic.php?t=34457) Dear Support Team We've got the following bug messages, and after spending a few days to debug it, it seems that it's in your side. Here is the...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=28776&start=10) - The `setValues` method should be made public and take responsibility for resetting the change state. - We need a full reset to initial state method: `resetValues`. -...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=34368) Hi guys, how to sort locally in AjaxStore ? right now it sends always the sorting to server, regardless of the the config values ...