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

When attaching a keyup event for the NumericTextBox in Vue2 it is not triggered. This can be reproduced in the following example: https://stackblitz.com/edit/vue2-vue-cli-rqxphy?file=src%2FApp.vue It can be worked around by attaching...

Bug
SEV: Medium
Kendo UI for Vue

Using a custom template together with locked columns and set width, the cells of the rows do not follow the column header when the grid size changes. Steps to reproduce:...

Bug
SEV: Medium
Kendo UI for Vue

Currently, the ComboBox component as well as the MultiSelect do not have their data-v-ID attributes which which is problematic when scoped styles are being used. This is also the case...

Bug
SEV: Medium
Kendo UI for Vue

As documented here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#value_2 , it should be possible to set the "value" of the "input" element with type "checkbox" to any string value and when a form is submitting,...

Bug
SEV: Medium
Kendo UI for Vue

**Describe the bug** If we add @progress/kendo-vue-inputs to the `optimizeDeps` array, tests fail with the following error: ``` Vitest caught 1 unhandled error during the test run. This might cause...

Bug
SEV: Low
Kendo UI for Vue

## I'm submitting a... * Bug report ## Current behavior When clicking on the arrows of the Calendar inside the DatePicker's popup, the blur and focus events are not thrown...

Bug
SEV: Medium

**Describe the bug** adding template is rendering additional div https://stackblitz.com/edit/ijbbei-etrx4s?file=src%2Fmain.vue,package.json,src%2FItemTemplate.vue

Bug
wrappers

**Describe the bug** When suggest prop is added screen reader doesn't read out selection **To Reproduce** 1. Open this demo with NVDA - https://www.telerik.com/kendo-vue-ui/components/dropdowns/combobox/suggestions/ 2. Navigate through the items using...

Bug
SEV: Medium
Kendo UI for Vue

Misalignment when column virtualization and multi-header column is used. The issue can be observed in the following [https://stackblitz.com/edit/gys5r9-gzawwv?file=index.js ](https://stackblitz.com/edit/gys5r9-gzawwv?file=index.js) example. Scroll to the right and notice that record R1:C33 is...

Bug
SEV: High

**To Reproduce** 1) Open the following example: https://stackblitz.com/edit/8r65ze?file=src%2Fmain.vue 2) Type in "Bos" and click "Bosnia & Herzegovina" in the popup 3) Press delete (which will remove the highlighted text) and...

Bug
SEV: High