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** When using a custom cell with the Calendar , clicking "Today," the current date is displayed, and then if you select a cell in a different month,...

Bug
SEV: High
Kendo UI for Vue

**Describe the bug** When using filterable for the DropDownList and reopening it multiple times, the popup remains open **To Reproduce** Steps to reproduce the behavior: 1. Open this example: https://stackblitz.com/edit/vuc7yq-tngllf?file=src%2Fmain.vue...

Bug
SEV: Medium
Kendo UI for Vue

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: Open the following example and click on the legend items:...

Bug
SEV: High
Kendo UI for Vue

**Describe the bug** Having vertical group orientation causes misalignment in TimelineView: ``` group: { resources: ['Rooms', 'Persons'], orientation: 'vertical', }, ``` **To Reproduce** Here are two examples demonstrating the issue:...

Bug
SEV: High
Kendo UI for Vue

**Describe the bug** Using a ComboBox under these specific conditions: - Using a v-model to supply the box with an initial value. - Ensuring that `value-primitive` is set to true...

Bug
SEV: Medium
Kendo UI for Vue

Currently, in order to handle the onClick event of the dialog components (Window and Dialog), you need to handle the click event of the div wrapper. Instead, we should have...

Enhancement
Kendo UI for Vue

**Describe the bug** Custom value not persisted on blur when using value-primitive **To Reproduce** Steps to reproduce the behavior: If possible, share a runnable snippet on StackBlitz by following the...

Bug
FP: Unplanned

**Describe the bug** Browser autocomplete remains active in Vite project **To Reproduce** 1. Go to https://stackblitz.com/edit/vue3-vite-starter-vijpcc?file=src%2FApp.vue 2. Click on any of the inputs and observe the browser autocomplete popup _Note:...

Bug
SEV: High
Kendo UI for Vue

This PR updates the main Getting Started article (Composition API + JS). The main changes are: 1. Significantly reduce the length and complexity of the article by removing the Window...

**Describe the bug** If the width of the column is not enough to display the entire title and the icon of the column menu, the title text goes under the...

Bug
SEV: Medium
Kendo UI for Vue