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

Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/

Results 120 kendo-vue issues
Sort by recently updated
recently updated
newest added

**Describe the bug** User cannot scroll the AutoComplete when the data is longer. **To Reproduce** Steps to reproduce the behavior: 1. Open the following StackBlitz: https://stackblitz.com/edit/glrhna-tu4tyg?file=src%2Fcountries.js 2. Try to scroll...

Bug
SEV: Medium
Kendo UI for Vue

**Describe the bug** Setting "yy" format for the year of the DatePicker and entering for example "1960" will set "0960" as the year. **To Reproduce** Steps to reproduce the behavior:...

Bug
SEV: Medium

**Describe the bug** The Native Grid looks differently when tested in **development** and **production** builds. Everything is OK in the **development** build and once the project is built for **production**,...

Bug
SEV: Medium

**Describe the bug** When the Scheduler view is set to a time range that ends at a time not on the hour (e.g., 11:15 or 11:30), it fails to display...

Bug
SEV: Medium
Kendo UI for Vue

**Describe the bug** When both column menu and grouping are enabled, the column menu closes automatically when you open a column menu while another column menu is already open. **To...

Bug
SEV: High
Kendo UI for Vue

**Describe the bug** The Splitter does not resize when placed inside a TabStrip **To Reproduce** 1. Open the following StackBlitz: https://stackblitz.com/edit/bo9ulf-kn7l7k?file=src%2Fmain.vue 2. Try to resize the Splitter and observe that...

Bug
SEV: High
Kendo UI for Vue

The DropDownList doesn't select the correct item on initial load in the list when list starts with 'Baseball, Basketball'. This can be observed in the following example: https://codesandbox.io/s/stoic-tdd-mfjlh2 Steps to...

Bug
SEV: Medium
Kendo UI for Vue

The onNavigationaction event is not emitted in Vue2. This can be seen in the following demo: https://codesandbox.io/s/youthful-shape-rc6zjj Steps to reproduce: 1. Navigate through the Grid via the keyboard keys. 2....

Bug
SEV: Medium
Kendo UI for Vue

When using the total prop and a new item is added to the data or one is removed, the scrollbar position is reset. This can be seen in the following...

Bug
SEV: Medium
Kendo UI for Vue

When using the ariaDescribedBy prop for the Input component, the value is being added using the HTML attribute ariadescribedby instead of aria-describedby (with a hyphen after 'aria'). This can be...

Bug
SEV: Medium
Kendo UI for Vue