kendo-vue
kendo-vue copied to clipboard
Combobox does not scroll to focused item
Describe the bug Combobox does not scroll to focused item
To Reproduce https://stackblitz.com/edit/u4crwa?file=src%2Fmain.vue
Type v
Expected behavior Volleyball is scrolled into view
Fixed in version 3.10.0
Reopening the issue due to a report in the Feedback portal.
The auto-focusing is not working on longer lists - https://codesandbox.io/p/sandbox/ecstatic-leavitt-2qyhcf?file=%2Fsrc%2Fmain.vue%3A9%2C9
Additional details have been provided and the source of the issue seems to be ComboBox items that are displayed on multiple lines. Having such items breaks the scrolling calculation.