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** In a scenario of a DropDownList with virtualization and a **valuePrimitve** set to **true**, the selected value disappears if the data in the popup is scrolled. **To...

Bug
SEV: Medium

Currently in order to have both column and items generated we need to add a dummy column item initially as in this item - https://stackblitz.com/edit/j1w3ix?file=src/main.vue We need to think of...

Enhancement
FP: Unplanned

**Describe the bug** Importing Kendo UI components results in our WebPack build producing the incorrect "dist" output. Sometimes Webpack build adds additionalType.d.ts files and their directories to the dist folder...

Bug
FP: Unplanned

**Describe the bug** autocomplete triggers change event again on blur **To Reproduce** Steps to reproduce the behavior: https://stackblitz.com/edit/pallqy?file=src%2Fmain.vue type a in the input select 'Austria' for example - change event...

Bug
FP: Unplanned
SEV: Low

**Describe the bug** multiple false still allows more than one files dropped on windows **To Reproduce** https://stackblitz.com/edit/gvptz7-ltakhv?file=src%2Fmain.vue Drop more than one file on windows **Expected behavior** it should not be...

Bug
FP: Planned
SEV: High

**Describe the bug** When the DatePicker component is configured to use custom DateInput, its popup is not closing when the user clicks outside the component. * Possible workaround: https://stackblitz.com/edit/qqbmjn-ehucnd?file=src%2Fmain.vue **To...

Bug
SEV: Low

**Describe the bug** The column virtualization functionality doesn't work when the Grid is configured to work in RTL direction. **To Reproduce** 1. Open [this StackBlitz example](https://stackblitz.com/edit/dr3s1k?file=src%2Fmain.vue) 2. No data is...

Bug
SEV: High

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: https://stackblitz.com/edit/5yuap2-cjycwm?file=src/main.vue open the dropdownlist The popup is NOT aligned with...

Bug
FP: Unplanned
SEV: Medium

**Describe the bug** The Delete button doesn't work as expected in specific scenarios inside the Native NumericTextBox. The issue is related to the position of the text cursor. **To Reproduce**...

Bug
SEV: Medium

type in value 9,999.99 now put cursor to the very left and try do delete digits by keyboard Delete button Actual result: it moves cursor after $ sign but before...

Bug
FP: Unplanned