Kiril Peyanski

Results 12 issues of Kiril Peyanski

The Scheduler does not correctly render events which have different "day" portion between UTC and the current timezone in combination with "FREQ=DAILY" Steps to reproduce - Set timezone to "Seoul...

bug
pkg:scheduler

Currently, internal layout reflow is triggered on `componentDidUpdate` method of the ComboBox, which causes a layout reflow during ongoing animation. Can be observed in the following stacklitz example: https://stackblitz.com/edit/react-8mxlqb?file=CompTwo.js Further...

pkg:dropdowns

The feature has been requested by a client in a support ticket. (ticket id: 1422821) This is needed to avoid having to define the labels by yourself and apply the...

enhancement
pkg:inputs
pkg:dropdowns
pkg:dateinputs

The `scheduler` component does not work correctly when using the `until` field with and a `timezone` is being set. Steps to reproduce: 1. Open [this stackblitz example](https://stackblitz.com/edit/react-fuh9gj-k5piwf?file=app/main.tsx) 2. Set your...

bug
pkg:scheduler

Currently, we're applying `tabIndex=0` only when an item or a slot is selected. This allows us to easily tab into the element when returning the focus to the component. However,...

enhancement
pkg:scheduler
accessibility

Through the years we've had a solid core for the `DateInput` component, which is used internally across multiple KendoReact components (`DatePicker`, `DateRangePicker`, etc.). However, to enable future development and expand...

Enhancement
pkg:Dateinputs
Discussion

This issue aims to combine all information, discussion and feedback related to KendoReact Server Components (practically the Grid as it's currently the only server-component), and provide a little bit more...

KendoReact

I will keep this issue to track progress towards sharing modules, styles and utilities between all available kendo-theme. This discussion was sparkled as part of our need to implement a...

Enhancement

The following PR aims to provide a structure and intention for the html `.spec` file, as well as scratch the surface of some long-term goals and address inconsistencies in current...

Related to https://github.com/telerik/kendo-themes/issues/4502 Seems like `utils` package should be self-contained, no need to import it into each individual component - actually used mixins are coming from the `core` package. Otherwise...