kendo-vue
kendo-vue copied to clipboard
Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/
**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,...
**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...
**Describe the bug** Clicking on the legend items do not toggle the visibility of the category **To Reproduce** Steps to reproduce the behavior: Open the following example and click on...
**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:...
**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...
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...
**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...
**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:...
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...