telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

[Scheduler] Missing sender, action, and event properties in CreateFormGroupArgs #4233

Closed yanmariomenev closed 3 months ago

yanmariomenev commented 6 months ago

Describe the bug When using the edit directive to create a form group the arguments will contain action, dateItem, event, isNew, and mode. However the sender will not be provided, but it is part of the API. Additionally, the API documentation is missing event and action.

https://www.telerik.com/kendo-angular-ui/components/scheduler/api/CreateFormGroupArgs/

To Reproduce Open the following example, edit an event, and check the console - https://stackblitz.com/edit/angular-fuf6rj-gusxgf?file=src%2Fapp%2Fapp.component.ts,package.json

Expected behavior The sender should be provided and add documentation for the missing properties.

Screenshot 2024-02-29 at 11 02 45

Workaround https://stackblitz.com/edit/angular-fuf6rj-9z8avy?file=src%2Fapp%2Fapp.component.ts,package.json

yanmariomenev commented 3 months ago

Fixed in version 16.0.0.