kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/

Results 561 kendo-react issues
Sort by recently updated
recently updated
newest added

Using the Japanese IME in the Editor's Controlled Mode, the text is finalized while being typed and the text cannot be typed as intended. It occurs when using React 18's...

pkg:editor

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

Ticket ID: 1575503 Currently setting a number array directly to the MultiSelect values prop is not allowed (the documented allowed value is `any[]`): `` Possible workarounds: - Bind the data...

bug
pkg:dropdowns

Hello, I am trying to find the concept in which i can add the horizontal scrolling after the Locked columns. as i can see https://stackblitz.com/run/?file=src%2Fapp%2Fapp.component.ts in this example, but it...

This is the configuration of the Button generated by the DropDownButton: ``` {this.props.text} ``` This causes problems when the "text" is not a simple string value: `` The above configuration...

bug
pkg:buttons
accessibility

The issue can be observed in the following example: [https://stackblitz.com/edit/react-gqwwcg?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-gqwwcg?file=app%2Fmain.jsx) The same works if the TimelineVIew is changed with WeekView.

bug
pkg:scheduler

* Documentation request ## Current behavior currently I am getting like this ![image](https://user-images.githubusercontent.com/13619132/182929688-180bb0a2-bc38-4e77-8735-9811476c9d67.png) ## Expected behavior I want to develop like below added screenshot ![image](https://user-images.githubusercontent.com/13619132/182929402-554f3a0f-542d-4ed0-88eb-582ae968efc7.png) ## Minimal reproduction of the...

Here is an example demonstrating the issue: [https://stackblitz.com/edit/react-rhuis1-lezcgx?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-rhuis1-lezcgx?file=app%2Fmain.jsx) Within the onKeyDown event we should exclude disabled elements, because currently they are added in the "focusableElements" collection: onKeyDown: React.KeyboardEventHandler = (event)...

bug
pkg:dialogs

Ticket ID: 1574561 DatePicker doens't always allow 30 or 31 (for a day) when the day is manually typed in the input. The result is that only the second digit...

bug
pkg:dateinputs

Currently the Splitter requires to have at least one pane with no set `size`, [otherwise the component throws an error](https://github.com/telerik/kendo-react-private/blob/ce9a6f9bdffc1e47fb3a15f0d280f369bbc39e50/packages/layout/src/splitter/Splitter.tsx#L208): * [https://stackblitz.com/edit/react-li5c8p?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-li5c8p?file=app%2Fmain.jsx) In some scenarios, the client needs to set...

enhancement
pkg:layout