filipKovachev
filipKovachev
**Describe the bug** When typing non-numerical values in Korean characters in the TimePicker on Windows 11 twice, the value is changed to null in controlled mode and the placeholder is...
**Describe the bug** Currently, we have classNames for predefined dialogs that are not rendered in the component markup: `.k-dialog.k-prompt,.k-dialog.k-alert,.k-dialog.k-confirm` https://www.telerik.com/kendo-vue-ui/components/dialogs/dialog/accessibility-docs/wai-aria-support/#toc-predefined-dialogs **To Reproduce** Open this StackBlitz and notice that the selectors...
**Describe the bug** When implementing a custom calendar in the DatePicker, the popup does not close **To Reproduce** 1. Open this stackblitz and open the calendar: https://codesandbox.io/p/sandbox/elastic-fermi-hn3ycm 2. Click outside...
**Describe the bug** Moving forward to the coming leap years shortens the event by one day **To Reproduce** 1. Open this stackblitz: https://stackblitz.com/edit/mnyyzl-kfsg3u?file=src%2Fmain.vue 2. Navigate further until you reach a...
**Describe the bug** When you select a date from the DatePicker calendar and log it in controlled mode it is logged properly. If you chose the date from the input...
**Describe the bug** User cannot scroll the AutoComplete when the data is longer. **To Reproduce** Steps to reproduce the behavior: 1. Open the following StackBlitz: https://stackblitz.com/edit/glrhna-tu4tyg?file=src%2Fcountries.js 2. Try to scroll...
**Describe the bug** When the Scheduler view is set to a time range that ends at a time not on the hour (e.g., 11:15 or 11:30), it fails to display...
**Describe the bug** When both column menu and grouping are enabled, the column menu closes automatically when you open a column menu while another column menu is already open. **To...
**Describe the bug** The Splitter does not resize when placed inside a TabStrip **To Reproduce** 1. Open the following StackBlitz: https://stackblitz.com/edit/bo9ulf-kn7l7k?file=src%2Fmain.vue 2. Try to resize the Splitter and observe that...
The DropDownList doesn't select the correct item on initial load in the list when list starts with 'Baseball, Basketball'. This can be observed in the following example: https://codesandbox.io/s/stoic-tdd-mfjlh2 Steps to...