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** A clear and concise description of what the bug is. **To Reproduce** Open the following example (tested with version 4.0.0): - https://codesandbox.io/s/elated-resonance-yxqzcj?file=/src/main.vue Scroll down to the second...

Bug
SEV: High

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://stackblitz.com/edit/8ifyrx-hzsxbj?file=src%2Fmain.vue 2. Try to select `0` **Expected...

Bug
SEV: Medium

**Describe the bug** The series aggregates set to `sum` are not calculated properly in Vue 2 app, leading to the following warning as well: ![image](https://github.com/telerik/kendo-vue/assets/6196386/24947233-698c-4476-abff-3ff3d71cc553) **To Reproduce** Steps to reproduce...

Bug
SEV: Medium
Kendo UI for Vue

When using Grid component with custom translations, some aria attributes seems not applying these translations to Grid Pager. ### Steps to reproduce: 1. Open the following [example](https://stackblitz.com/edit/xkjstn?file=src%2Fmain.vue) and inspect `.k-grid-pager`...

Bug
Kendo UI for Vue

In the ColumnMenu filter for a string field, if there is a value in the filter input, changing the operator will clear the input value. The issue is not observed...

Bug
SEV: Medium

The dynamically added CSS class to the `headerClassName` is not updated in the DOM. If the class is configured directly in the component props, its is applied successfully. **To Reproduce**...

Bug
SEV: High

When the Grid's pager "pageSizes" is not set, the pager will render a dropdown (select) for the page number and will hide the "info": - https://stackblitz.com/edit/zx8ii7-awp2sv?file=src%2Fmain.vue _* Expanding the iframe...

Bug
SEV: Medium

The next/last button of the Grid's pager are enabled even if no data is provided: - https://stackblitz.com/edit/fyxgtd?file=src%2Fmain.vue Expected behavior: - All navigation button of the Pager must be disabled when...

Bug
SEV: Low

**Describe the bug** When using the ColorPicker component in a scenario where you can edit the RGB values of the component by clicking on a NumericTextBox that controls the R,...

Bug
SEV: Medium

**Describe the bug** When using the DropDownList in combination with its **label** and **aria-required** props the aria-required is not correctly rendered **To Reproduce** 1. Open [this CodeSandbox project](https://codesandbox.io/s/crazy-cache-vrm9vx?file=/src/SelectListWrapper.vue) 2. Open...

Bug
SEV: Medium