kendo-react
kendo-react copied to clipboard
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
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...
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...
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...
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...
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.
* Documentation request ## Current behavior currently I am getting like this  ## Expected behavior I want to develop like below added screenshot  ## 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)...
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...
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...